class Apartment::Adapters::PostgresqlAdapter

Default adapter when not using Postgresql Schemas

Private Instance Methods

rescue_from() click to toggle source
# File lib/apartment/adapters/postgresql_adapter.rb, line 20
def rescue_from
  PG::Error
end