method

stylesheet_path

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