aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/lib/action_view')
-rw-r--r--actionpack/lib/action_view/helpers/form_helper.rb2
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:
#