# File lib/action_view/helpers/asset_tag_helpers/stylesheet_tag_helpers.rb, line 63 def stylesheet_path(source) asset_paths.compute_public_path(source, 'stylesheets', 'css', true, :request) end