1
0
Fork 0
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:
Arun Agrawal 2014-03-31 08:58:31 +05:30
commit 5e31b4ac83

View file

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