From d4e35666d12748998a236f165e78eeb61c69a02d Mon Sep 17 00:00:00 2001 From: Rick Olson Date: Tue, 24 Oct 2006 03:22:48 +0000 Subject: Deprecate start_form_tag and end_form_tag. Use form_tag / '' from now on. [Rick] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5347 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/lib/action_view/helpers/form_tag_helper.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'actionpack/lib/action_view/helpers') diff --git a/actionpack/lib/action_view/helpers/form_tag_helper.rb b/actionpack/lib/action_view/helpers/form_tag_helper.rb index ca6d9e1841..d67a5c6f41 100644 --- a/actionpack/lib/action_view/helpers/form_tag_helper.rb +++ b/actionpack/lib/action_view/helpers/form_tag_helper.rb @@ -63,6 +63,8 @@ module ActionView def end_form_tag "" end + + deprecate :end_form_tag, :start_form_tag # Creates a dropdown selection box, or if the :multiple option is set to true, a multiple # choice selection box. -- cgit v1.2.3