Skip to content

Instantly share code, notes, and snippets.

@alexbaldwin
Last active August 29, 2015 14:13
Show Gist options
  • Save alexbaldwin/cd41e4599398fd025841 to your computer and use it in GitHub Desktop.
Save alexbaldwin/cd41e4599398fd025841 to your computer and use it in GitHub Desktop.
Rails User Queries
date = Date.parse('january 5 2013')
users = User.where(created_at: date..date.end_of_day)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment