aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/new_base
diff options
context:
space:
mode:
authorPratik Naik <pratiknaik@gmail.com>2009-05-22 19:51:11 +0200
committerPratik Naik <pratiknaik@gmail.com>2009-05-22 19:51:17 +0200
commit1d168afcb146872cb7e49b6d513629fbb19e39b0 (patch)
tree0092f8aaf27c211426898846b6aa919dc1ca4fcc /actionpack/lib/action_controller/new_base
parentfaaff383e6f52e1c077684bfa49619139db728fb (diff)
downloadrails-1d168afcb146872cb7e49b6d513629fbb19e39b0.tar.gz
rails-1d168afcb146872cb7e49b6d513629fbb19e39b0.tar.bz2
rails-1d168afcb146872cb7e49b6d513629fbb19e39b0.zip
Move FilterParameterLogging to a stand alone module and make it work on new base
Diffstat (limited to 'actionpack/lib/action_controller/new_base')
-rw-r--r--actionpack/lib/action_controller/new_base/base.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/lib/action_controller/new_base/base.rb b/actionpack/lib/action_controller/new_base/base.rb
index 88686d29d0..0c85896a00 100644
--- a/actionpack/lib/action_controller/new_base/base.rb
+++ b/actionpack/lib/action_controller/new_base/base.rb
@@ -33,6 +33,7 @@ module ActionController
include ActionController::Streaming
include ActionController::HttpAuthentication::Basic::ControllerMethods
include ActionController::HttpAuthentication::Digest::ControllerMethods
+ include ActionController::FilterParameterLogging
# TODO: Extract into its own module
# This should be moved together with other normalizing behavior