module Apartment::Database

def init

This must be done before creating any new schemas or switching
Call init to establish a connection to the public schema on all excluded models
def init
  connect_exclusions
 end