method

reconnect_can_restore_state?

reconnect_can_restore_state?()
private

No documentation available.

# File activerecord/lib/active_record/connection_adapters/abstract_adapter.rb, line 1012
        def reconnect_can_restore_state?
          transaction_manager.restorable? && !@raw_connection_dirty
        end