method
asset_file_path
v2.3.8 -
Show latest stable
- Class:
ActionView::Helpers::AssetTagHelper
asset_file_path(path)private
No documentation available.
# File actionpack/lib/action_view/helpers/asset_tag_helper.rb, line 681
def asset_file_path(path)
File.join(ASSETS_DIR, path.split('?').first)
end