method
set_schema_cache
v7.1.3.2 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::SchemaReflection
set_schema_cache(cache)public
No documentation available.
# File activerecord/lib/active_record/connection_adapters/schema_cache.rb, line 21
def set_schema_cache(cache)
@cache = cache
end