1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

params --> parameters

[ci skip]
This commit is contained in:
Jon Moss 2017-03-07 18:58:01 -05:00
parent a906c8c75a
commit b85b92176b

View file

@ -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?