From 2b52295a0e97a70adabae717675862adfea74078 Mon Sep 17 00:00:00 2001 From: Jacob Cody Wimer Date: Wed, 11 Feb 2015 11:14:43 -0500 Subject: [PATCH] Changed depricated setting --- config/environments/production.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index 58df622..cefe59f 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -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