diff --git a/config/environments/production.rb b/config/environments/production.rb index 13094db..76a2c35 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -11,7 +11,7 @@ config.eager_load = true # Full error reports are disabled and caching is turned on. - config.consider_all_requests_local = true + config.consider_all_requests_local = false config.action_controller.perform_caching = true # Enable Rack::Cache to put a simple HTTP cache in front of your application @@ -79,4 +79,4 @@ # Do not dump schema after migrations. config.active_record.dump_schema_after_migration = false -end +end \ No newline at end of file