method
checkout_and_verify
checkout_and_verify(c)
private
Hide source
# File activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb, line 247 def checkout_and_verify(c) c.run_callbacks :checkout do c.verify! @checked_out << c end c end