1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-16 13:03:37 +00:00

Trying to get dataTables working in Heroku

This commit is contained in:
2015-02-11 11:00:05 -05:00
parent fbe6b8cd78
commit 750071627e

View File

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