diff options
author | Henare Degan <henare.degan@gmail.com> | 2012-12-10 00:52:25 +1100 |
---|---|---|
committer | Henare Degan <henare.degan@gmail.com> | 2012-12-11 11:09:38 +1100 |
commit | 80c63dd90359712d19671f40dc54bba4e88f7c0c (patch) | |
tree | c230092ef95684109398b52a45c047de51e063d9 /app/controllers/application_controller.rb | |
parent | 938e220e82ecbf590fdacd1066584068a8971337 (diff) |
Thought I got this in b0ae75aba63d40146cfbc7e6af27e1d6051f1804 but it must have been set twice - safety first!
Diffstat (limited to 'app/controllers/application_controller.rb')
-rw-r--r-- | app/controllers/application_controller.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 51e37d8f0..b22adf660 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -71,9 +71,6 @@ class ApplicationController < ActionController::Base end end - # scrub sensitive parameters from the logs - filter_parameter_logging :password - helper_method :locale_from_params # Help work out which request causes RAM spike. |