aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/tag_helper.rb
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2004-12-22 22:50:44 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2004-12-22 22:50:44 +0000
commitd91405a415819a626427373437e0929b19914cf4 (patch)
tree55b9ffef39c7d782d664b9bd2bb7b100e321bd29 /actionpack/lib/action_view/helpers/tag_helper.rb
parenta89e36a22a558a77e6783d21ce4f9deee028e2e9 (diff)
downloadrails-d91405a415819a626427373437e0929b19914cf4.tar.gz
rails-d91405a415819a626427373437e0929b19914cf4.tar.bz2
rails-d91405a415819a626427373437e0929b19914cf4.zip
Fixed UrlHelper#link_to_unless so it doesn't care if the id is a string or fixnum [zenspider]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@256 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/lib/action_view/helpers/tag_helper.rb')
-rw-r--r--actionpack/lib/action_view/helpers/tag_helper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/lib/action_view/helpers/tag_helper.rb b/actionpack/lib/action_view/helpers/tag_helper.rb
index bf81d5d909..e7c74bc958 100644
--- a/actionpack/lib/action_view/helpers/tag_helper.rb
+++ b/actionpack/lib/action_view/helpers/tag_helper.rb
@@ -1,4 +1,5 @@
require 'cgi'
+require 'erb'
module ActionView
module Helpers