From 98a9a2e922b980af2d97545297f24c6989ebd60a Mon Sep 17 00:00:00 2001 From: Mo Bitar Date: Sat, 7 Jan 2017 18:52:16 -0600 Subject: [PATCH] prod flag --- 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 481d6c3a8..09e8e0c5b 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -21,7 +21,7 @@ Rails.application.configure do 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 config.public_file_server.enabled = ENV['RAILS_SERVE_STATIC_FILES'].present?