method
checkout_and_verify
Ruby on Rails latest stable (v3.2.13)
-
0 notes -
Class: ActiveRecord::ConnectionAdapters::ConnectionPool
checkout_and_verify(c)
private
Hide source
# File activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb, line 331 def checkout_and_verify(c) c.run_callbacks :checkout do c.verify! end c end


