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

Removed delayed_job from config/application.rb

This commit is contained in:
2015-04-21 19:37:23 -04:00
parent ef90577cf7
commit a6757e6bfe

View File

@@ -24,7 +24,6 @@ module Wrestling
#Add Bootstrap SAAS to asset pipeline
config.assets.initialize_on_precompile = false
config.assets.precompile += %w(*.png *.jpg *.jpeg *.gif)
config.active_job.queue_adapter = :delayed_job
#gzip assets
config.middleware.use Rack::Deflater
end