class Sprockets::Context

def video_path(path)

Expand logical video asset path.
def video_path(path)
  asset_path(path, type: :video)
end