From b5629c31bebcb9d304cf01e8a7905aa7c54e11fb Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 11 Sep 2005 09:13:05 +0000 Subject: Fixed docs #1884 git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2196 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/lib/action_view/helpers/form_tag_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack') diff --git a/actionpack/lib/action_view/helpers/form_tag_helper.rb b/actionpack/lib/action_view/helpers/form_tag_helper.rb index 573b753346..dff7969da0 100644 --- a/actionpack/lib/action_view/helpers/form_tag_helper.rb +++ b/actionpack/lib/action_view/helpers/form_tag_helper.rb @@ -6,7 +6,7 @@ module ActionView # Provides a number of methods for creating form tags that doesn't rely on conventions with an object assigned to the template like # FormHelper does. With the FormTagHelper, you provide the names and values yourself. # - # NOTE: The html options disabled, readonly, and multiple can all be treated as booleans. So specifying disabled => :true + # NOTE: The html options disabled, readonly, and multiple can all be treated as booleans. So specifying :disabled => true # will give disabled="disabled". module FormTagHelper # Starts a form tag that points the action to an url configured with url_for_options just like -- cgit v1.2.3