class Apartment::Adapters::PostgresqlAdapter

Default adapter when not using Postgresql Schemas

def rescue_from

def rescue_from
  PG::Error
end