correct requires
This commit is contained in:
parent
aeab29aa38
commit
fc6d641643
1 changed files with 1 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
require File.join(Rails.root, 'app', 'models', 'jobs', 'base')
|
||||
Dir[File.join(Rails.root, 'app', 'models', 'jobs', '*.rb')].each { |file| require file }
|
||||
#config = YAML::load(File.open("#{Rails.root}/config/redis.yml"))
|
||||
#Resque.redis = Redis.new(:host => config['host'], :port => config['port'])
|
||||
|
|
|
|||
Loading…
Reference in a new issue