aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2009-09-13 12:42:13 -0500
committerJoshua Peek <josh@joshpeek.com>2009-09-13 12:42:13 -0500
commita9f5f4bb451a0e0c666dc694a870371e7cc3ee99 (patch)
treed026be7e849a907bd83fda66944ee0232f32f194 /actionpack/lib/action_view/helpers
parentf3f2e0b00d8b422fd5921fb709ac7a9570ad2a6a (diff)
downloadrails-a9f5f4bb451a0e0c666dc694a870371e7cc3ee99.tar.gz
rails-a9f5f4bb451a0e0c666dc694a870371e7cc3ee99.tar.bz2
rails-a9f5f4bb451a0e0c666dc694a870371e7cc3ee99.zip
Don't force test suite to use bundler
Diffstat (limited to 'actionpack/lib/action_view/helpers')
-rw-r--r--actionpack/lib/action_view/helpers/asset_tag_helper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/lib/action_view/helpers/asset_tag_helper.rb b/actionpack/lib/action_view/helpers/asset_tag_helper.rb
index 6b00e7afb5..95f00cda39 100644
--- a/actionpack/lib/action_view/helpers/asset_tag_helper.rb
+++ b/actionpack/lib/action_view/helpers/asset_tag_helper.rb
@@ -1,3 +1,4 @@
+require 'thread'
require 'cgi'
require 'action_view/helpers/url_helper'
require 'action_view/helpers/tag_helper'