diff --git a/config/environments/development.rb b/config/environments/development.rb index 6995eab5b..24fc6c04c 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -12,7 +12,7 @@ Rails.application.configure do config.eager_load = false # Show full error reports. - config.consider_all_requests_local = false + config.consider_all_requests_local = true # Enable server timing config.server_timing = true