Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@mockra
Created August 15, 2012 04:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mockra/3355894 to your computer and use it in GitHub Desktop.
Save mockra/3355894 to your computer and use it in GitHub Desktop.
task :cron => [ :environment, :email ] do
end
task :email do
if Time.now.hour % 6 == 0
# Send Email
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment