1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Configured delayed_job for rails 4.2.0

This commit is contained in:
2015-02-09 10:35:01 -05:00
parent 66c6840716
commit e09ec3356b

View File

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