Skip to content

Instantly share code, notes, and snippets.

@djds4rce
Created September 3, 2012 17:26
Show Gist options
  • Save djds4rce/3611100 to your computer and use it in GitHub Desktop.
Save djds4rce/3611100 to your computer and use it in GitHub Desktop.
class Hospital < ActiveRecord::Base
lambada :certified { where(:certified=>true).joins(:district) }
end
Hospital.scoped.certified
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment