Skip to content

Instantly share code, notes, and snippets.

@jackfranklin
Last active December 20, 2015 18:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jackfranklin/6173187 to your computer and use it in GitHub Desktop.
Save jackfranklin/6173187 to your computer and use it in GitHub Desktop.
foos_with_bar_name = Foo.all.select { |foo|
foo.bar.name == "thing"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment