summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2015-02-02 21:49:15 -0700
committermo khan <mo@mokhan.ca>2015-02-02 21:49:15 -0700
commita5b223df0605b6c46321fcf1dc21108e1ab8b0f2 (patch)
tree5241db064c0906c0717fbe1dfbacedb994dea7a1 /Rakefile
parentb43701e165fcc7e76110e5ae51040fbb5d34a30e (diff)
add sneakers worker.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index ba6b733..f6490d7 100644
--- a/Rakefile
+++ b/Rakefile
@@ -2,5 +2,6 @@
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
require File.expand_path('../config/application', __FILE__)
+require 'sneakers/tasks'
Rails.application.load_tasks