# File lib/sprockets/rails/legacy_asset_url_helper.rb, line 122 def audio_path(source, options = {}) path_to_asset(source, {:type => :audio}.merge(options)) end