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

Still working on dataTables for heroku

This commit is contained in:
2015-02-11 11:20:42 -05:00
parent 56d2778624
commit 4d8a58a36a

View File

@@ -21,6 +21,7 @@ module Wrestling
# config.i18n.default_locale = :de
#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
end