Skip to content

Instantly share code, notes, and snippets.

@px-amaac
Created November 20, 2014 08:52
Show Gist options
  • Save px-amaac/61359176490777e9ad2f to your computer and use it in GitHub Desktop.
Save px-amaac/61359176490777e9ad2f to your computer and use it in GitHub Desktop.
Author.joins(:articles).where(articles: { author: author })
Author.joins(:articles).where(articles: { author: author } AND articles: { title: goodtitle } )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment