method
checkout_and_verify
![No documentation Importance_0](https://d2vfyqvduarcvs.cloudfront.net/images/importance_0.png?1349367920)
checkout_and_verify(c)
private
Hide source
# File activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb, line 726 def checkout_and_verify(c) c._run_checkout_callbacks do c.clean! end c rescue Exception remove c c.disconnect! raise end