Class: Combustion::Databases::PostgreSQL

Inherits:
Base
  • Object
show all
Defined in:
lib/combustion/databases/postgresql.rb

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Combustion::Databases::Base

Instance Method Details

#resetObject



4
5
6
7
8
9
# File 'lib/combustion/databases/postgresql.rb', line 4

def reset
  base.clear_active_connections!
  establish_connection(postgres_configuration)

  super
end