lib/chillout/railtie.rb in chillout-0.3.0 vs lib/chillout/railtie.rb in chillout-0.4.0
- old
+ new
@@ -16,7 +16,11 @@
app.middleware.use Middleware::CreationsMonitor, client
client.start_worker
end
end
+
+ rake_tasks do
+ load "chillout/tasks.rb"
+ end
end
end