From 71922fe5559f3b5865b89a39d56a3675491a021f Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Wed, 14 Nov 2012 04:06:32 -0800 Subject: Merge pull request #8218 from DawidJanczak/form-tag-doc [ci skip] Correct examples for form_tag helper. Conflicts: actionpack/lib/action_view/helpers/form_tag_helper.rb --- actionpack/lib/action_view/helpers/form_tag_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/lib') diff --git a/actionpack/lib/action_view/helpers/form_tag_helper.rb b/actionpack/lib/action_view/helpers/form_tag_helper.rb index 7f42d6e9c3..e298751062 100644 --- a/actionpack/lib/action_view/helpers/form_tag_helper.rb +++ b/actionpack/lib/action_view/helpers/form_tag_helper.rb @@ -52,7 +52,7 @@ module ActionView # <%= form_tag('/posts') do -%> #
<%= submit_tag 'Save' %>
# <% end -%> - # # =>
+ # # =>
# # <%= form_tag('/posts', remote: true) %> # # =>
-- cgit v1.2.3