Skip to content

Instantly share code, notes, and snippets.

@lachie
Created August 19, 2008 07:43
Show Gist options
  • Save lachie/6159 to your computer and use it in GitHub Desktop.
Save lachie/6159 to your computer and use it in GitHub Desktop.
named_scope :with_group, lambda {|group|
{:conditions => {:group_id => group.id, :group_type => group.class.base_class.name.to_s}}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment