Skip to content

Instantly share code, notes, and snippets.

@swarut
Created February 18, 2013 08:53
Show Gist options
  • Save swarut/4976010 to your computer and use it in GitHub Desktop.
Save swarut/4976010 to your computer and use it in GitHub Desktop.
Rails : Scope with parameter (plus squeel syntax) #rails #scope #parameters #squeel
scope :in_network, ->(network) do
joins{user_network_profiles}.where{ user_network_profiles.network_id == network.id }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment