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-06-21 10:58:27 -0300
committerJosé Valim <jose.valim@gmail.com>2011-06-21 11:24:05 -0300
commit354709fe89a4cb9b26a6c19d377408bab2a07590 (patch)
treeb3ff73e27be5a9a43a98ddfbefa87ad632fbfefe /actionpack/lib/action_view/helpers/asset_tag_helpers/asset_paths.rb
parenta803aec00d3f7cbe09c3ac0233265754ddd0025f (diff)
downloadrails-354709fe89a4cb9b26a6c19d377408bab2a07590.tar.gz
rails-354709fe89a4cb9b26a6c19d377408bab2a07590.tar.bz2
rails-354709fe89a4cb9b26a6c19d377408bab2a07590.zip
Rename AV::Helpers::AssetPaths to AV::AssetPaths to solve autoload mess.
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.rb3
1 files changed, 1 insertions, 2 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 2d49823412..12a304b395 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,11 +1,10 @@
require 'active_support/core_ext/file'
-require 'action_view/helpers/asset_paths'
module ActionView
module Helpers
module AssetTagHelper
- class AssetPaths < ActionView::Helpers::AssetPaths #:nodoc:
+ class AssetPaths < ::ActionView::AssetPaths #:nodoc:
# You can enable or disable the asset tag ids cache.
# With the cache enabled, the asset tag helper methods will make fewer
# expensive file system calls (the default implementation checks the file