aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/asset_tag_helpers/asset_paths.rb
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2011-07-01 14:52:07 -0700
committerJosé Valim <jose.valim@gmail.com>2011-07-01 14:52:07 -0700
commit13990d50fa3f3c320586c480d553ac266d9b22f4 (patch)
tree193b5122b1c00871bfeceb1abe5a44d82162d949 /actionpack/lib/action_view/helpers/asset_tag_helpers/asset_paths.rb
parent2ed80970580da7c95644b48d2817fc9a84e7bef6 (diff)
downloadrails-13990d50fa3f3c320586c480d553ac266d9b22f4.tar.gz
rails-13990d50fa3f3c320586c480d553ac266d9b22f4.tar.bz2
rails-13990d50fa3f3c320586c480d553ac266d9b22f4.zip
require 'thread' before using mutex
Diffstat (limited to 'actionpack/lib/action_view/helpers/asset_tag_helpers/asset_paths.rb')
-rw-r--r--actionpack/lib/action_view/helpers/asset_tag_helpers/asset_paths.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/lib/action_view/helpers/asset_tag_helpers/asset_paths.rb b/actionpack/lib/action_view/helpers/asset_tag_helpers/asset_paths.rb
index 12a304b395..8b35aa8896 100644
--- a/actionpack/lib/action_view/helpers/asset_tag_helpers/asset_paths.rb
+++ b/actionpack/lib/action_view/helpers/asset_tag_helpers/asset_paths.rb
@@ -1,3 +1,4 @@
+require 'thread'
require 'active_support/core_ext/file'
module ActionView