From e1440b264943e2d5fdd3e54f67c11591c9607810 Mon Sep 17 00:00:00 2001 From: yui-knk Date: Sat, 21 Mar 2015 00:37:47 +0900 Subject: [ci skip] Add a line between code example and docs --- actionview/lib/action_view/helpers/form_helper.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'actionview') diff --git a/actionview/lib/action_view/helpers/form_helper.rb b/actionview/lib/action_view/helpers/form_helper.rb index b0793d0b91..5e727f6d69 100644 --- a/actionview/lib/action_view/helpers/form_helper.rb +++ b/actionview/lib/action_view/helpers/form_helper.rb @@ -140,6 +140,7 @@ module ActionView # will get expanded to # # <%= text_field :person, :first_name %> + # # which results in an HTML tag whose +name+ attribute is # person[first_name]. This means that when the form is submitted, # the value entered by the user will be available in the controller as -- cgit v1.2.3