From 4890b2905fbb3df511f8d0c60ec40d03f88b2366 Mon Sep 17 00:00:00 2001 From: Mo Bitar Date: Sat, 17 Dec 2016 23:28:33 -0600 Subject: [PATCH] debug 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 09e8e0c5b..481d6c3a8 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 = false + config.consider_all_requests_local = true config.action_controller.perform_caching = true config.public_file_server.enabled = ENV['RAILS_SERVE_STATIC_FILES'].present?