mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #14535 from iancanderson/patch-1
Tiny doc fix for Strong Parameters
This commit is contained in:
commit
5e31b4ac83
1 changed files with 1 additions and 1 deletions
|
@ -502,7 +502,7 @@ module ActionController
|
|||
# end
|
||||
# end
|
||||
#
|
||||
# In order to use <tt>accepts_nested_attribute_for</tt> with Strong \Parameters, you
|
||||
# In order to use <tt>accepts_nested_attributes_for</tt> with Strong \Parameters, you
|
||||
# will need to specify which nested attributes should be whitelisted.
|
||||
#
|
||||
# class Person
|
||||
|
|
Loading…
Reference in a new issue