# File lib/sprockets/rails/legacy_asset_url_helper.rb, line 61 def compute_asset_path(source, options = {}) dir = ASSET_PUBLIC_DIRECTORIES[options[:type]] || "" File.join(dir, source) end