method

checkout_and_verify

checkout_and_verify(c)
private

No documentation available.

# File activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb, line 1274
        def checkout_and_verify(c)
          c.clean!
        rescue Exception
          remove c
          c.disconnect!
          raise
        end