module Sprockets::Rails::Helper
def path_with_extname(path, options)
def path_with_extname(path, options) path = path.to_s "#{path}#{compute_asset_extname(path, options)}" end
def path_with_extname(path, options) path = path.to_s "#{path}#{compute_asset_extname(path, options)}" end