aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2008-12-09 14:12:25 -0600
committerJoshua Peek <josh@joshpeek.com>2008-12-09 14:13:33 -0600
commit014b7994ac1a829845e2882f4c852bc28bd2aa53 (patch)
tree138efce362ad077d6b6fcd446fec25368905ba59 /actionpack/lib/action_view
parentbf2532616e3ac9a66b0041565e487329e3ad2489 (diff)
downloadrails-014b7994ac1a829845e2882f4c852bc28bd2aa53.tar.gz
rails-014b7994ac1a829845e2882f4c852bc28bd2aa53.tar.bz2
rails-014b7994ac1a829845e2882f4c852bc28bd2aa53.zip
Explicitly require ERB Utils extensions from TagHelper
Diffstat (limited to 'actionpack/lib/action_view')
-rw-r--r--actionpack/lib/action_view/helpers/tag_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/helpers/tag_helper.rb b/actionpack/lib/action_view/helpers/tag_helper.rb
index 3b301248ff..af8c4d5e21 100644
--- a/actionpack/lib/action_view/helpers/tag_helper.rb
+++ b/actionpack/lib/action_view/helpers/tag_helper.rb
@@ -1,4 +1,4 @@
-require 'erb'
+require 'action_view/erb/util'
require 'set'
module ActionView