Skip to content

Commit

Permalink
Fixed daemon_tasks load-path.
Browse files Browse the repository at this point in the history
  • Loading branch information
noriaki committed Aug 21, 2010
1 parent 8094bbf commit 7a99461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/delayed/tasks.rb
@@ -1,4 +1,4 @@
require 'delayed/daemon_tasks'
require File.join(File.dirname(__FILE__), 'daemon_tasks')

# Re-definitions are appended to existing tasks
task :environment
Expand Down

0 comments on commit 7a99461

Please sign in to comment.