Commit b6a1a436

mo khan <mo@mokhan.ca>
2014-12-21 01:33:09
fix static_assets config.
1 parent 8a5fdac
Changed files (1)
config
environments
config/environments/test.rb
@@ -13,7 +13,8 @@ Rails.application.configure do
   config.eager_load = false
 
   # Configure static asset server for tests with Cache-Control for performance.
-  config.serve_static_assets  = true
+  config.serve_static_files  = true
+
   config.static_cache_control = "public, max-age=3600"
 
   # Show full error reports and disable caching.