diff options
author | José Valim <jose.valim@gmail.com> | 2011-04-14 23:40:56 -0700 |
---|---|---|
committer | José Valim <jose.valim@gmail.com> | 2011-04-14 23:40:56 -0700 |
commit | dd90f3923c34549815a8f0ddb331eddfb8122868 (patch) | |
tree | f83cb95775112053203885a167342bc9b04fc67d /actionpack/lib | |
parent | c8c012caa8e5a379ed050fb4150fc1b57930fbfd (diff) | |
download | rails-dd90f3923c34549815a8f0ddb331eddfb8122868.tar.gz rails-dd90f3923c34549815a8f0ddb331eddfb8122868.tar.bz2 rails-dd90f3923c34549815a8f0ddb331eddfb8122868.zip |
attribute should be attributes
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 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" # |