method
schema_reflection=
v7.2.3 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::ConnectionPool
schema_reflection=(schema_reflection)public
No documentation available.
# File activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb, line 291
def schema_reflection=(schema_reflection)
pool_config.schema_reflection = schema_reflection
@schema_cache = nil
end