method
new
v4.0.2 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::SchemaCache
new(conn)public
No documentation available.
# File activerecord/lib/active_record/connection_adapters/schema_cache.rb, line 9
def initialize(conn)
@connection = conn
@columns = {}
@columns_hash = {}
@primary_keys = {}
@tables = {}
prepare_default_proc
end