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:
parent
a906c8c75a
commit
b85b92176b
1 changed files with 2 additions and 2 deletions
|
@ -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?
|
||||
|
|
Loading…
Reference in a new issue