aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/form_helper.rb
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2011-04-14 23:40:56 -0700
committerJosé Valim <jose.valim@gmail.com>2011-04-14 23:40:56 -0700
commitdd90f3923c34549815a8f0ddb331eddfb8122868 (patch)
treef83cb95775112053203885a167342bc9b04fc67d /actionpack/lib/action_view/helpers/form_helper.rb
parentc8c012caa8e5a379ed050fb4150fc1b57930fbfd (diff)
downloadrails-dd90f3923c34549815a8f0ddb331eddfb8122868.tar.gz
rails-dd90f3923c34549815a8f0ddb331eddfb8122868.tar.bz2
rails-dd90f3923c34549815a8f0ddb331eddfb8122868.zip
attribute should be attributes
Diffstat (limited to 'actionpack/lib/action_view/helpers/form_helper.rb')
-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 68722b8214..440acafa88 100644
--- a/actionpack/lib/action_view/helpers/form_helper.rb
+++ b/actionpack/lib/action_view/helpers/form_helper.rb
@@ -614,7 +614,7 @@ module ActionView
# (if you are using ActiveRecord):
#
# activerecord:
- # attribute:
+ # attributes:
# post:
# cost: "Total cost"
#