class Sprockets::Context

def image_path(path)

Expand logical image asset path.
def image_path(path)
  asset_path(path, type: :image)
end