Merge pull request #801 from goodbrews/clockworkd-fix

Allow clockwork to be run using the daemons gem
This commit is contained in:
Sam 2013-05-01 16:27:51 -07:00
commit 7b0a02c273
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ require 'rails/all'
require 'redis-store' # HACK
# Plugin related stuff
require './lib/discourse_plugin_registry'
require_relative '../lib/discourse_plugin_registry'
if defined?(Bundler)
# If you precompile assets before deploying to production, use this line