Merge pull request #801 from goodbrews/clockworkd-fix
Allow clockwork to be run using the daemons gem
This commit is contained in:
commit
7b0a02c273
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue