Skip to content

Instantly share code, notes, and snippets.

@ben-gy
Created May 17, 2015 13:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ben-gy/cede498fb6a58b843f9f to your computer and use it in GitHub Desktop.
Save ben-gy/cede498fb6a58b843f9f to your computer and use it in GitHub Desktop.
# Get all users' emails that signed in today
User.where(["last_sign_in_at > ?", 2.days.ago]).map(&:email)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment