Skip to content

Instantly share code, notes, and snippets.

@hamannp
Created December 28, 2011 21:01
Show Gist options
  • Save hamannp/1529715 to your computer and use it in GitHub Desktop.
Save hamannp/1529715 to your computer and use it in GitHub Desktop.
opts={}
if seen_ids.include? ins_c_id
@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
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment