diff --git a/config/environments/production.rb b/config/environments/production.rb index 5a592d50..f9003a2a 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -3,7 +3,7 @@ Locomotive::Application.configure do # The production environment is meant for finished, "live" apps. # Code is not reloaded between requests - config.cache_classes = false + config.cache_classes = true # Full error reports are disabled and caching is turned on config.consider_all_requests_local = false