cron.rake 129 Bytes
desc "This task is called by the Heroku cron add-on"
task cron: :environment do
  Rake::Task["errbit:clear_resolved"].invoke
end