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

Changed depricated setting

This commit is contained in:
2015-02-11 11:14:43 -05:00
parent 984222b9d7
commit 2b52295a0e

View File

@@ -81,7 +81,7 @@ Wrestling::Application.configure do
#THESE ADDED BY ME TO GET RAILS 4 WORKING IN HEROKU
config.cache_classes = true
config.serve_static_assets = true
config.serve_static_files = true
config.assets.compile = true
config.assets.digest = true