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