Skip to content

Instantly share code, notes, and snippets.

@wooly
Created December 9, 2014 02:10
Show Gist options
  • Save wooly/1755ae6e7c328f295337 to your computer and use it in GitHub Desktop.
Save wooly/1755ae6e7c328f295337 to your computer and use it in GitHub Desktop.
#app/models/team.rb
def membership
Membership.joins(:current_profile).where('membership_profiles.team_id = ?', id)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment