summaryrefslogtreecommitdiff
path: root/lib/tasks/heater.rake
blob: 7d026d9b34d2ca444bf0d7c49dcb4d10b16a7a64 (plain)
1
2
3
4
5
6
namespace :heater do
  desc "Warm up the cache."
  task :preheat => :environment do

  end
end