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

changed production environment

This commit is contained in:
Jacob Cody Wimer
2014-01-22 09:33:28 -05:00
parent 0a95cce3bc
commit 10de8d2110

View File

@@ -77,4 +77,9 @@ Wrestling::Application.configure do
# Use default logging formatter so that PID and timestamp are not suppressed. # Use default logging formatter so that PID and timestamp are not suppressed.
config.log_formatter = ::Logger::Formatter.new config.log_formatter = ::Logger::Formatter.new
config.cache_classes = true
config.serve_static_assets = true
config.assets.compile = true
config.assets.digest = true
end end