Method: ActiveRecord::ConnectionAdapters::BoundSchemaReflection#initialize

Defined in:
activerecord/lib/active_record/connection_adapters/schema_cache.rb

#initialize(abstract_schema_reflection, pool) ⇒ BoundSchemaReflection

Returns a new instance of BoundSchemaReflection.



160
161
162
163
# 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