Module: PostgresMultitenant::ConnectionPoolExtensions

Defined in:
lib/postgres_multitenant/connection_pool_extensions.rb

Instance Method Summary collapse

Instance Method Details

#checkin(conn) ⇒ Object



5
6
7
8
# File 'lib/postgres_multitenant/connection_pool_extensions.rb', line 5

def checkin(conn)
  reset_schema_search_path(conn)
  super
end