method
stylesheet_path
rails latest stable - Class:
Sprockets::Helpers::RailsHelper
stylesheet_path(source)public
No documentation available.
# File actionpack/lib/sprockets/helpers/rails_helper.rb, line 76
def stylesheet_path(source)
path_to_asset(source, :ext => 'css')
end