aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/asset_tag_helpers/asset_include_tag.rb
diff options
context:
space:
mode:
authorJosh Kalderimis <josh.kalderimis@gmail.com>2010-11-15 18:20:37 +0100
committerJosé Valim <jose.valim@gmail.com>2010-11-16 00:04:37 +0100
commitce1f87673c17338617222a4e4e0971cfb9f0655f (patch)
treeeca4e638cb16ba2d3d3e1fb41e56b730a7ea3cf9 /actionpack/lib/action_view/helpers/asset_tag_helpers/asset_include_tag.rb
parent0ff1c5935f84f86a8b88802078b115e9964c2249 (diff)
downloadrails-ce1f87673c17338617222a4e4e0971cfb9f0655f.tar.gz
rails-ce1f87673c17338617222a4e4e0971cfb9f0655f.tar.bz2
rails-ce1f87673c17338617222a4e4e0971cfb9f0655f.zip
corrected the AV railtie to use the new home for cache_asset_timestamps, and merged asset id caching and asset paths together.
Diffstat (limited to 'actionpack/lib/action_view/helpers/asset_tag_helpers/asset_include_tag.rb')
-rw-r--r--actionpack/lib/action_view/helpers/asset_tag_helpers/asset_include_tag.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/actionpack/lib/action_view/helpers/asset_tag_helpers/asset_include_tag.rb b/actionpack/lib/action_view/helpers/asset_tag_helpers/asset_include_tag.rb
index e99026fb36..3bc81ae068 100644
--- a/actionpack/lib/action_view/helpers/asset_tag_helpers/asset_include_tag.rb
+++ b/actionpack/lib/action_view/helpers/asset_tag_helpers/asset_include_tag.rb
@@ -2,8 +2,6 @@ require 'active_support/core_ext/class/attribute'
require 'active_support/core_ext/string/inflections'
require 'active_support/core_ext/file'
require 'action_view/helpers/tag_helper'
-require 'action_view/helpers/asset_tag_helpers/asset_id_caching'
-
module ActionView
module Helpers