class Site

def url(path = '/')

def url(path = '/')
  uri = URI.join("http://#{base_domain}", path)
  uri.to_s
end