method
schema_creation
v5.0.0.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 121
def schema_creation # :nodoc:
PostgreSQL::SchemaCreation.new self
end