mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add missing #
in wrap_parameters
RDoc
[ci skip]
This commit is contained in:
parent
b7c846afaf
commit
bf512f6f4b
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ module ActionController
|
|||
#
|
||||
# wrap_parameters Person
|
||||
# # wraps parameters by determining the wrapper key from Person class
|
||||
# (+person+, in this case) and the list of attribute names
|
||||
# # (+person+, in this case) and the list of attribute names
|
||||
#
|
||||
# wrap_parameters include: [:username, :title]
|
||||
# # wraps only +:username+ and +:title+ attributes from parameters.
|
||||
|
|
Loading…
Reference in a new issue