method
checkout_and_verify
v8.1.1 -
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 148
def checkout_and_verify(connection)
super
connection.query_cache ||= query_cache
connection
end