From 89a8143d361235214de9badab318c8110510a479 Mon Sep 17 00:00:00 2001 From: DawidJanczak Date: Wed, 14 Nov 2012 11:56:15 +0000 Subject: [ci skip] Correct examples for form_tag helper. --- actionpack/lib/action_view/helpers/form_tag_helper.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'actionpack/lib/action_view') diff --git a/actionpack/lib/action_view/helpers/form_tag_helper.rb b/actionpack/lib/action_view/helpers/form_tag_helper.rb index 670ff18a66..f0573437ca 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) # # => @@ -53,7 +53,7 @@ module ActionView # <%= form_tag('/posts') do -%> #
<%= submit_tag 'Save' %>
# <% end -%> - # # =>
+ # # =>
# # <%= form_tag('/posts', :remote => true) %> # # =>
-- cgit v1.2.3