diff options
Diffstat (limited to 'actionpack/lib')
-rw-r--r-- | actionpack/lib/action_view/helpers/form_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/helpers/form_helper.rb b/actionpack/lib/action_view/helpers/form_helper.rb index ce93e1ced3..c896ace862 100644 --- a/actionpack/lib/action_view/helpers/form_helper.rb +++ b/actionpack/lib/action_view/helpers/form_helper.rb @@ -47,7 +47,7 @@ module ActionView # # If the object name contains square brackets the id for the object will be inserted. Example: # - # <%= textfield "person[]", "name" %> + # <%= text_field "person[]", "name" %> # # ...becomes: # |