From 20e61a6d2b8fe64421af1c1294e440a0933a0193 Mon Sep 17 00:00:00 2001 From: Alvaro Pereyra Date: Sat, 1 Dec 2012 14:40:16 -0500 Subject: Fixes wrong typo on FormHelper [ci skip] --- actionpack/lib/action_view/helpers/form_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/lib/action_view/helpers/form_helper.rb') 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 # -- cgit v1.2.3