method
new
v7.2.3 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::BoundSchemaReflection
new(abstract_schema_reflection, pool)public
No documentation available.
# File activerecord/lib/active_record/connection_adapters/schema_cache.rb, line 160
def initialize(abstract_schema_reflection, pool)
@schema_reflection = abstract_schema_reflection
@pool = pool
end