Module: AssetsPipeline::AssetUrlHelper

Defined in:
lib/assets_pipeline/asset_url_helper.rb

Instance Method Summary collapse

Instance Method Details

#compute_asset_path(path, options = {}) ⇒ Object



3
4
5
# File 'lib/assets_pipeline/asset_url_helper.rb', line 3

def compute_asset_path(path, options = {})
  asset_path_from_manifest(clean_path(super))
end