aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/form_tag_helper.rb
diff options
context:
space:
mode:
authorwycats <wycats@gmail.com>2010-08-09 12:06:25 -0700
committerwycats <wycats@gmail.com>2010-08-09 12:06:25 -0700
commit7171161124a2852ee7b40c5c632ba8e092c97409 (patch)
treec0c5d3cd6750e3a78623044a8a4700f567af7394 /actionpack/lib/action_view/helpers/form_tag_helper.rb
parent6767946374353f90ce05e68d38bcb93dcb8bae56 (diff)
downloadrails-7171161124a2852ee7b40c5c632ba8e092c97409.tar.gz
rails-7171161124a2852ee7b40c5c632ba8e092c97409.tar.bz2
rails-7171161124a2852ee7b40c5c632ba8e092c97409.zip
rename _snowman to _e
Diffstat (limited to 'actionpack/lib/action_view/helpers/form_tag_helper.rb')
-rw-r--r--actionpack/lib/action_view/helpers/form_tag_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/helpers/form_tag_helper.rb b/actionpack/lib/action_view/helpers/form_tag_helper.rb
index 9dac2d4538..1ea870426a 100644
--- a/actionpack/lib/action_view/helpers/form_tag_helper.rb
+++ b/actionpack/lib/action_view/helpers/form_tag_helper.rb
@@ -538,7 +538,7 @@ module ActionView
def extra_tags_for_form(html_options)
snowman_tag = tag(:input, :type => "hidden",
- :name => "_snowman", :value => "&#9731;".html_safe)
+ :name => "_e", :value => "&#9731;".html_safe)
method = html_options.delete("method").to_s