= private = protected
reconnect!()
Close then reopen the connection.
# File activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb, line 235 def reconnect! if @connection.respond_to?(:reset) @connection.reset configure_connection else disconnect! connect end end