From 8b5198a41704b333f56204e185fe0e8d832b2509 Mon Sep 17 00:00:00 2001 From: Philip Arndt Date: Mon, 12 Mar 2012 10:33:47 +1300 Subject: Fix unintended removal of 'cols' from a text_area example. --- actionpack/lib/action_view/helpers/form_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/lib') diff --git a/actionpack/lib/action_view/helpers/form_helper.rb b/actionpack/lib/action_view/helpers/form_helper.rb index 0970ad96d1..835111eb95 100644 --- a/actionpack/lib/action_view/helpers/form_helper.rb +++ b/actionpack/lib/action_view/helpers/form_helper.rb @@ -757,7 +757,7 @@ module ActionView # # # # text_area(:application, :notes, :cols => 40, :rows => 15, :class => 'app_input') - # # => # -- cgit v1.2.3