diff options
author | Xavier Noria <fxn@hashref.com> | 2010-04-11 02:56:19 -0700 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2010-04-11 02:56:19 -0700 |
commit | fb4b454de1754dbb3bf97974191f2d8860dbba57 (patch) | |
tree | a0783a59b62e85f726e00d62f4b1a9acefe37f70 /actionpack/lib | |
parent | 9111f4268b1700bc061dcf82436484089dd8a9ba (diff) | |
download | rails-fb4b454de1754dbb3bf97974191f2d8860dbba57.tar.gz rails-fb4b454de1754dbb3bf97974191f2d8860dbba57.tar.bz2 rails-fb4b454de1754dbb3bf97974191f2d8860dbba57.zip |
your beloved typo only spotted in github diff no matter how careful you were before pushing
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 c1b1261ada..80a00b2a10 100644 --- a/actionpack/lib/action_view/helpers/form_helper.rb +++ b/actionpack/lib/action_view/helpers/form_helper.rb @@ -65,7 +65,7 @@ module ActionView # a person. If <tt>@person</tt> is an existing record with name "John Smith" and ID 256, # the code above as is would yield instead: # - # <form action="/people/256" class="edit_person" id="edit_person_1" method="post"> + # <form action="/people/256" class="edit_person" id="edit_person_256" method="post"> # <div style="margin:0;padding:0;display:inline"> # <input name="_method" type="hidden" value="put" /> # <input name="authenticity_token" type="hidden" value="NrOp5bsjoLRuK8IW5+dQEYjKGUJDe7TQoZVvq95Wteg=" /> |