method
schema_cache=
v6.1.3.1 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::AbstractAdapter
schema_cache=(cache)public
No documentation available.
# File activerecord/lib/active_record/connection_adapters/abstract_adapter.rb, line 212
def schema_cache=(cache)
cache.connection = self
@pool.set_schema_cache(cache)
end