global

def asset_url(path)

def asset_url(path)
  path.include?("://") ? path : "/#{path}"
end