Module Sprockets::Helpers::RailsHelper
In: lib/sprockets/helpers/rails_helper.rb

Methods

Included Modules

ActionView::Helpers::AssetTagHelper

Public Instance methods

path_to_asset(source, options = {})

Alias for asset_path

path_to_font(source)

Alias for font_path

path_to_image(source)

Alias for image_path

path_to_javascript(source)

Alias for javascript_path

path_to_stylesheet(source)

Alias for stylesheet_path

[Validate]