Skip to content

Instantly share code, notes, and snippets.

@mgomes
Created March 9, 2012 21:24
Show Gist options
  • Save mgomes/2008776 to your computer and use it in GitHub Desktop.
Save mgomes/2008776 to your computer and use it in GitHub Desktop.
desc "Heroku Cron Task"
task :cron => :environment do
Rake::Task["accounts:bill"].invoke
Rake::Task["accounts:expire"].invoke
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment