aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/asset_tag_helper.rb
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2012-10-12 16:56:00 -0500
committerJoshua Peek <josh@joshpeek.com>2012-10-12 16:56:00 -0500
commit1e2b0ce95e48463361111ceae6eed7d4ad5462f0 (patch)
tree20c1abedd94d4e5f14958e19d9bdb243b1808513 /actionpack/lib/action_view/helpers/asset_tag_helper.rb
parentbd38d9f2118b1005718f8db4292b21a73879409e (diff)
downloadrails-1e2b0ce95e48463361111ceae6eed7d4ad5462f0.tar.gz
rails-1e2b0ce95e48463361111ceae6eed7d4ad5462f0.tar.bz2
rails-1e2b0ce95e48463361111ceae6eed7d4ad5462f0.zip
Refactor AssetUrlHelper to make it friendly for plugins and extensions
Add asset_path/url helper for a consolidated entry point Expose compute_asset_path as a public API Expose compute_asset_host as a public API Move RAILS_ASSET_ID to its own module, AssetIdHelper Removed AV::AssetPaths
Diffstat (limited to 'actionpack/lib/action_view/helpers/asset_tag_helper.rb')
-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 4eac6514df..3beea2eb7c 100644
--- a/actionpack/lib/action_view/helpers/asset_tag_helper.rb
+++ b/actionpack/lib/action_view/helpers/asset_tag_helper.rb
@@ -19,6 +19,7 @@ module ActionView
extend ActiveSupport::Concern
include AssetUrlHelper
+ include AssetIdHelper
include TagHelper
# Returns an HTML script tag for each of the +sources+ provided.