Skip to content

Commit

Permalink
Merge pull request #17198 from neerajdotname/wordsmitthing
Browse files Browse the repository at this point in the history
Rephrasing sentences
  • Loading branch information
rafaelfranca committed Oct 7, 2014
2 parents cc03ad7 + 590efa4 commit c214dd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions actionpack/lib/action_controller/metal/params_wrapper.rb
Expand Up @@ -244,15 +244,15 @@ def process_action(*args)
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
end

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
Expand Down

0 comments on commit c214dd7

Please sign in to comment.