summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/tasks/heater.rake6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/tasks/heater.rake b/lib/tasks/heater.rake
new file mode 100644
index 0000000..7d026d9
--- /dev/null
+++ b/lib/tasks/heater.rake
@@ -0,0 +1,6 @@
+namespace :heater do
+ desc "Warm up the cache."
+ task :preheat => :environment do
+
+ end
+end \ No newline at end of file