Skip to content

Instantly share code, notes, and snippets.

@ben-gy
Created May 17, 2015 13:18
Show Gist options
  • 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