Skip to content

Instantly share code, notes, and snippets.

@tibra
Last active January 12, 2016 11:28
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 tibra/bc5c533b74cc91b3e552 to your computer and use it in GitHub Desktop.
Save tibra/bc5c533b74cc91b3e552 to your computer and use it in GitHub Desktop.
Psql Scope
scope :in_month, -> (month, year) { where("(extract(month from start_time) = ?) AND (extract(year from start_time) = ?)", month, year) }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment