Skip to content

Instantly share code, notes, and snippets.

@JonAbrams
Created September 17, 2016 16:50
Show Gist options
  • Save JonAbrams/a75af5008960f4888c92aea3b07388ca to your computer and use it in GitHub Desktop.
Save JonAbrams/a75af5008960f4888c92aea3b07388ca to your computer and use it in GitHub Desktop.
User.where('last_seen < ?', 2.months.ago).find_each do |user|
user.send_reminder!
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment