Skip to content

Instantly share code, notes, and snippets.

@tubbo
Created June 28, 2016 19:21
Show Gist options
  • Save tubbo/9d4e46a34a00885f53e6245e8c881cad to your computer and use it in GitHub Desktop.
Save tubbo/9d4e46a34a00885f53e6245e8c881cad to your computer and use it in GitHub Desktop.
Rails model query
Content::LibraryPage.each { |c| puts c.live.title if c.live.title.in?(months) }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment