= private = protected
reconnect!()
Close then reopen the connection.
# File activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb, line 354 def reconnect! clear_cache! @connection.reset configure_connection end