Method: ActiveRecord::ConnectionAdapters::SchemaReflection#initialize

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

#initialize(cache_path, cache = nil) ⇒ SchemaReflection

Returns a new instance of SchemaReflection.



16
17
18
19
# File 'activerecord/lib/active_record/connection_adapters/schema_cache.rb', line 16

def initialize(cache_path, cache = nil)
  @cache = cache
  @cache_path = cache_path
end