diff options
author | Robin Dupret <robin.dupret@gmail.com> | 2014-06-29 20:14:40 +0200 |
---|---|---|
committer | Robin Dupret <robin.dupret@gmail.com> | 2014-06-29 20:15:28 +0200 |
commit | 9ca0f8da2abe735c57eacd9b687ee7c3fae3685d (patch) | |
tree | 52765442c0295fde5249b2ea1032dc0757a51e92 /actionview | |
parent | d93ae4fca82ddd454d7e3ed4f109e37eb3b5686c (diff) | |
download | rails-9ca0f8da2abe735c57eacd9b687ee7c3fae3685d.tar.gz rails-9ca0f8da2abe735c57eacd9b687ee7c3fae3685d.tar.bz2 rails-9ca0f8da2abe735c57eacd9b687ee7c3fae3685d.zip |
Tiny documentation fixes [ci skip]
Diffstat (limited to 'actionview')
-rw-r--r-- | actionview/lib/action_view/helpers/form_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/lib/action_view/helpers/form_helper.rb b/actionview/lib/action_view/helpers/form_helper.rb index 789a413c8d..6d68021ab7 100644 --- a/actionview/lib/action_view/helpers/form_helper.rb +++ b/actionview/lib/action_view/helpers/form_helper.rb @@ -482,7 +482,7 @@ module ActionView # Admin? : <%= permission_fields.check_box :admin %> # <% end %> # - # <%= f.submit %> + # <%= person_form.submit %> # <% end %> # # In this case, the checkbox field will be represented by an HTML +input+ |