= private = protected
reconnect!()
Close then reopen the connection.
# File activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb, line 283 def reconnect! @lock.synchronize do super @connection.reset configure_connection rescue PG::ConnectionBad connect end end