Skip to content

Instantly share code, notes, and snippets.

@jpowers
Created February 1, 2011 21:04
Show Gist options
  • Select an option

  • Save jpowers/806673 to your computer and use it in GitHub Desktop.

Select an option

Save jpowers/806673 to your computer and use it in GitHub Desktop.
named_scope :patient_first_name_or_last_name_or_mrn_like, lambda{|name|
Patient.first_name_or_last_name_or_mrn_like(name).proxy_options.merge({:joins =>[{:order => :patient}]})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment