diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2014-10-07 12:24:26 -0300 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2014-10-07 12:24:26 -0300 |
commit | c214dd79cf215a67601b19c06a163346ad917608 (patch) | |
tree | b2ea02eb573e27aa8c10e5de038f6d34f6efb3e3 /actionpack/lib/action_controller/metal/params_wrapper.rb | |
parent | cc03ad756a9d311c5d4ce61946dfd89f853c6b70 (diff) | |
parent | 590efa49cc24cd096a8c0a4a0e504b00d3ee8d5c (diff) | |
download | rails-c214dd79cf215a67601b19c06a163346ad917608.tar.gz rails-c214dd79cf215a67601b19c06a163346ad917608.tar.bz2 rails-c214dd79cf215a67601b19c06a163346ad917608.zip |
Merge pull request #17198 from neerajdotname/wordsmitthing
Rephrasing sentences
Diffstat (limited to 'actionpack/lib/action_controller/metal/params_wrapper.rb')
-rw-r--r-- | actionpack/lib/action_controller/metal/params_wrapper.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/actionpack/lib/action_controller/metal/params_wrapper.rb b/actionpack/lib/action_controller/metal/params_wrapper.rb index 2ca8955741..09c7a6f946 100644 --- a/actionpack/lib/action_controller/metal/params_wrapper.rb +++ b/actionpack/lib/action_controller/metal/params_wrapper.rb @@ -244,7 +244,7 @@ module ActionController request.parameters.merge! wrapped_hash request.request_parameters.merge! wrapped_hash - # This will make the wrapped hash displayed in the log file + # This will display the wrapped hash in the log file request.filtered_parameters.merge! wrapped_filtered_hash end super @@ -252,7 +252,7 @@ module ActionController private - # Returns the wrapper key which will use to stored wrapped parameters. + # Returns the wrapper key which will be used to stored wrapped parameters. def _wrapper_key _wrapper_options.name end |