1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-07 14:57:48 +00:00

Fixed delayed job

This commit is contained in:
2015-02-09 11:02:00 -05:00
parent e09ec3356b
commit 3b93c337c7
5 changed files with 71 additions and 25 deletions

View File

@@ -22,7 +22,8 @@ module Wrestling
#Add Bootstrap SAAS to asset pipeline
config.assets.precompile += %w(*.png *.jpg *.jpeg *.gif)
config.active_job.queue_adapter = :delayed_job
end
config.active_job.queue_adapter = :delayed_job
end