diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-08-20 18:24:22 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-08-20 18:24:22 +0100 |
commit | 569e25490440bc03e1579ad41867c2af5edfddaf (patch) | |
tree | f6a9c24f5f5d08ef0929b88f325add355c25f7ad /app/controllers/admin_controller.rb | |
parent | 821e40dcc2d202c508971f0fe927f366d75488a9 (diff) | |
parent | e7bdf54de3a94986c35204ad28e2cbd0a4e98c46 (diff) |
Merge remote-tracking branch 'openaustralia_github/fix-production-diagnostic-messages' into rails-3-develop
Diffstat (limited to 'app/controllers/admin_controller.rb')
-rw-r--r-- | app/controllers/admin_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/admin_controller.rb b/app/controllers/admin_controller.rb index 0bccd3358..f5191504e 100644 --- a/app/controllers/admin_controller.rb +++ b/app/controllers/admin_controller.rb @@ -17,7 +17,7 @@ class AdminController < ApplicationController end # Always give full stack trace for admin interface - def local_request? + def show_rails_exceptions? true end |