class Avo::Configuration

def root_path

def root_path
  return "" if @root_path === "/"
  @root_path
end