Skip to content

Instantly share code, notes, and snippets.

@hamannp
Created December 28, 2011 20:46
Show Gist options
  • Save hamannp/1529651 to your computer and use it in GitHub Desktop.
Save hamannp/1529651 to your computer and use it in GitHub Desktop.
Hack in UnitedHealth
opts={}
@insurance_provider ||= InsuranceProvider.find_by_name(UNITED_HEALTH_NAME)
claim = self.existing_claim_with_same_insurance_provider_claim_id_and_insurance_provider( insurance_provider_claim_id,@insurance_provider )
atts = self.merge_columns_with_attrs( atts, claim ) if claim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment