Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[webui] filter_parameter_logging replaced by config.filter_parameters
  • Loading branch information
saschpe authored and coolo committed Jun 28, 2012
1 parent 1182c06 commit 460c96d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/webui/app/controllers/application_controller.rb
Expand Up @@ -21,9 +21,6 @@ class ApplicationController < ActionController::Base
prepend_before_filter :start_test_api
end

# Scrub sensitive parameters from your log
filter_parameter_logging :password unless Rails.env.test?

class InvalidHttpMethodError < Exception; end
class MissingParameterError < Exception; end
class ValidationError < Exception
Expand Down

0 comments on commit 460c96d

Please sign in to comment.