From 7b9faf7b283c55d35124a3c665f170663994124b Mon Sep 17 00:00:00 2001 From: Alexey Vakhov Date: Wed, 2 May 2012 09:20:50 +0400 Subject: Fix form tag with non GET/POST method example --- 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 b5e0970612..ef35a411ad 100644 --- a/actionpack/lib/action_view/helpers/form_tag_helper.rb +++ b/actionpack/lib/action_view/helpers/form_tag_helper.rb @@ -45,7 +45,7 @@ module ActionView # # =>
# # form_tag('/posts/1', :method => :put) - # # => + # # => ... ... # # form_tag('/upload', :multipart => true) # # => -- cgit v1.2.3