instance method
stylesheet_path
Ruby on Rails 3.1.12
Since v3.1.12 Last seen in v3.2.22.5Available in: v3.1.12 v3.2.22.5
Signature
stylesheet_path(source)
No documentation comment.
Parameters
-
sourcereq
Source
# File actionpack/lib/sprockets/helpers/rails_helper.rb, line 71
def stylesheet_path(source)
path_to_asset(source, :ext => 'css')
end
Defined in actionpack/lib/sprockets/helpers/rails_helper.rb line 71
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Sprockets::Helpers::RailsHelper