Trying to fix resque issue
This commit is contained in:
parent
c5eba169cd
commit
64db738f9d
2 changed files with 3 additions and 3 deletions
|
@ -27,3 +27,5 @@ Resque::Server.use Authentication
|
|||
|
||||
# Mailer
|
||||
Resque::Mailer.excluded_environments = []
|
||||
|
||||
Resque.before_fork = Proc.new { ActiveRecord::Base.establish_connection }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue