method
checkout_and_verify
v2.3.8 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::ConnectionPool
checkout_and_verify(c)private
No documentation available.
# File activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb, line 255
def checkout_and_verify(c)
c.verify!
c.run_callbacks :checkout
@checked_out << c
c
end