method
new
v6.1.7.7 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::SchemaCreation
new(conn)public
No documentation available.
# File activerecord/lib/active_record/connection_adapters/abstract/schema_creation.rb, line 6
def initialize(conn)
@conn = conn
@cache = {}
end