diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2011-12-01 01:06:24 +0530 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2011-12-01 01:42:54 +0530 |
commit | a72839bc9dc5fb3d56e79f7dc7f85975550d6fde (patch) | |
tree | 3d178b30dbdd364465c1be672eda98a9cc04cfe0 /actionpack/lib/action_view | |
parent | 04b4fe77c925c0a3eb718254fac9c8ab403c37a3 (diff) | |
download | rails-a72839bc9dc5fb3d56e79f7dc7f85975550d6fde.tar.gz rails-a72839bc9dc5fb3d56e79f7dc7f85975550d6fde.tar.bz2 rails-a72839bc9dc5fb3d56e79f7dc7f85975550d6fde.zip |
minor typo fix
Diffstat (limited to 'actionpack/lib/action_view')
-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 6c97d75922..e674e12509 100644 --- a/actionpack/lib/action_view/helpers/form_helper.rb +++ b/actionpack/lib/action_view/helpers/form_helper.rb @@ -160,7 +160,7 @@ module ActionView # here a named route directly as well. Defaults to the current action. # * <tt>:namespace</tt> - A namespace for your form to ensure uniqueness of # id attributes on form elements. The namespace attribute will be prefixed - # with underscore on the generate HTML id. + # with underscore on the generated HTML id. # * <tt>:html</tt> - Optional HTML attributes for the form tag. # # Also note that +form_for+ doesn't create an exclusive scope. It's still |