Module
Sprockets::Helpers::RailsHelper
In:
lib/sprockets/helpers/rails_helper.rb
Methods
asset_path
asset_paths
image_path
javascript_include_tag
javascript_path
path_to_image
path_to_javascript
path_to_stylesheet
stylesheet_link_tag
stylesheet_path
Included Modules
ActionView::Helpers::AssetTagHelper
Public Instance methods
asset_path
(source, options = {})
asset_paths
()
image_path
(source)
javascript_include_tag
(*sources)
javascript_path
(source)
path_to_image
(source)
Alias for
image_path
path_to_javascript
(source)
Alias for
javascript_path
path_to_stylesheet
(source)
Alias for
stylesheet_path
stylesheet_link_tag
(*sources)
stylesheet_path
(source)
[Validate]