aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorJon Moss <me@jonathanmoss.me>2017-03-07 18:58:01 -0500
committerJon Moss <me@jonathanmoss.me>2017-03-07 18:58:01 -0500
commitb85b92176be9abac8f072114e80f4e29eea99f77 (patch)
treed6c3a93e4cc5b3937aa1d1fd0002bc2c7efb10e4 /actionpack
parenta906c8c75aba0fdcddeb98c4c8413510c2a2e1dc (diff)
downloadrails-b85b92176be9abac8f072114e80f4e29eea99f77.tar.gz
rails-b85b92176be9abac8f072114e80f4e29eea99f77.tar.bz2
rails-b85b92176be9abac8f072114e80f4e29eea99f77.zip
params --> parameters
[ci skip]
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/lib/action_controller/metal/strong_parameters.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/actionpack/lib/action_controller/metal/strong_parameters.rb b/actionpack/lib/action_controller/metal/strong_parameters.rb
index 563c3c0e59..9690f0ca28 100644
--- a/actionpack/lib/action_controller/metal/strong_parameters.rb
+++ b/actionpack/lib/action_controller/metal/strong_parameters.rb
@@ -118,7 +118,7 @@ module ActionController
# :call-seq:
# as_json(options=nil)
#
- # Returns a hash that can be used as the JSON representation for the params.
+ # Returns a hash that can be used as the JSON representation for the parameters.
##
# :method: empty?
@@ -126,7 +126,7 @@ module ActionController
# :call-seq:
# empty?()
#
- # Returns true if the object has no key/value pairs.
+ # Returns true if the parameters have no key/value pairs.
##
# :method: has_key?