class Apartment::Elevators::Subdomain

def subdomain(host)

Only care about the first subdomain for the database name
def subdomain(host)
  subdomains(host).first
end