Skip to content

Commit

Permalink
rake tasks for rails3
Browse files Browse the repository at this point in the history
  • Loading branch information
skyeagle authored and bkeepers committed Apr 16, 2010
1 parent 695d259 commit 62c4a4c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/delayed/railtie.rb
Expand Up @@ -6,5 +6,9 @@ class Railtie < Rails::Railtie
initializer :after_initialize do
Delayed::Worker.guess_backend
end

rake_tasks do
load 'delayed/tasks.rb'
end
end
end

0 comments on commit 62c4a4c

Please sign in to comment.