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

Re-arranging requires in application.js

This commit is contained in:
2015-02-11 11:11:29 -05:00
parent 2d053500ed
commit c7ea29f2e3
3 changed files with 7 additions and 6 deletions

View File

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