class Rails::InfoController

def with_leading_slash(path)

def with_leading_slash(path)
  ("/" + path).squeeze("/")
end