Skip to content

Instantly share code, notes, and snippets.

@qrohlf
Last active August 29, 2015 13:57
Show Gist options
  • Select an option

  • Save qrohlf/9653197 to your computer and use it in GitHub Desktop.

Select an option

Save qrohlf/9653197 to your computer and use it in GitHub Desktop.

Show records created in the last 5 hours (requires squeel and activesupport):

Model.where{created_at > 5.hours.ago}.map(&:name)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment