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:
@@ -23,4 +23,6 @@ module Wrestling
|
|||||||
#Add Bootstrap SAAS to asset pipeline
|
#Add Bootstrap SAAS to asset pipeline
|
||||||
config.assets.precompile += %w(*.png *.jpg *.jpeg *.gif)
|
config.assets.precompile += %w(*.png *.jpg *.jpeg *.gif)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
config.active_job.queue_adapter = :delayed_job
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user