Skip to content

Instantly share code, notes, and snippets.

@stevenbristol
Created August 10, 2012 15:27
Show Gist options
  • Save stevenbristol/3315024 to your computer and use it in GitHub Desktop.
Save stevenbristol/3315024 to your computer and use it in GitHub Desktop.
scope by_date, order("date desc")
scope stuff, -> (kind) {where("stuff = ?", kind)
scope pens, stuff("pen")
scope allans, stuff("allan").by_date
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment