class Site

def dev_url(path = "/")

def dev_url(path = "/")
  uri = URI.join("http://#{TrustyCms::Config['dev.host'] || 'dev'}.#{self.base_domain}", path)
  uri.to_s
end