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