method
schema_creation
v4.2.1 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
schema_creation()public
No documentation available.
# File activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb, line 124
def schema_creation # :nodoc:
PostgreSQL::SchemaCreation.new self
end