aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/form_helper.rb
diff options
context:
space:
mode:
authorAlvaro Pereyra <alvaro@xendacentral.com>2012-12-01 14:40:16 -0500
committerAlvaro Pereyra <alvaro@xendacentral.com>2012-12-01 14:40:16 -0500
commit20e61a6d2b8fe64421af1c1294e440a0933a0193 (patch)
treec77a432641a926b8a868a501c99a0dc2d5f9291f /actionpack/lib/action_view/helpers/form_helper.rb
parent5ab0c5dc22682647090aa4b84739910e079913d8 (diff)
downloadrails-20e61a6d2b8fe64421af1c1294e440a0933a0193.tar.gz
rails-20e61a6d2b8fe64421af1c1294e440a0933a0193.tar.bz2
rails-20e61a6d2b8fe64421af1c1294e440a0933a0193.zip
Fixes wrong typo on FormHelper [ci skip]
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 390c9705d8..b5965b21b7 100644
--- a/actionpack/lib/action_view/helpers/form_helper.rb
+++ b/actionpack/lib/action_view/helpers/form_helper.rb
@@ -105,7 +105,7 @@ module ActionView
#
# if @person.update_attributes(params[:person])
# # success
- # els
+ # else
# # error handling
# end
#