From aa7382a2ea4c0e80de3789f22fd4ebbdf9007051 Mon Sep 17 00:00:00 2001 From: "Ian C. Anderson" Date: Sun, 30 Mar 2014 22:19:30 -0400 Subject: Tiny doc fix for Strong Parameters - accepts_nested_attribute_for -> accepts_nested_attributes_for --- actionpack/lib/action_controller/metal/strong_parameters.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/lib/action_controller/metal') diff --git a/actionpack/lib/action_controller/metal/strong_parameters.rb b/actionpack/lib/action_controller/metal/strong_parameters.rb index aff083b502..d86d49c9dc 100644 --- a/actionpack/lib/action_controller/metal/strong_parameters.rb +++ b/actionpack/lib/action_controller/metal/strong_parameters.rb @@ -502,7 +502,7 @@ module ActionController # end # end # - # In order to use accepts_nested_attribute_for with Strong \Parameters, you + # In order to use accepts_nested_attributes_for with Strong \Parameters, you # will need to specify which nested attributes should be whitelisted. # # class Person -- cgit v1.2.3