method
checkout_and_verify
v7.2.3 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::QueryCache::ConnectionPoolConfiguration
checkout_and_verify(connection)public
No documentation available.
# File activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb, line 132
def checkout_and_verify(connection)
super
connection.query_cache ||= query_cache
connection
end