Skip to content

Instantly share code, notes, and snippets.

@brandon-beacher
Created October 9, 2011 14:31
Show Gist options
  • Save brandon-beacher/1273754 to your computer and use it in GitHub Desktop.
Save brandon-beacher/1273754 to your computer and use it in GitHub Desktop.
named_scope :contributors, {
:conditions => "exists (select person_id from people_roles where people_roles.person_id = people.id)" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment