Class: ActiveRecord::ConnectionAdapters::SchemaDumper

Inherits:
SchemaDumper
  • Object
show all
Defined in:
lib/active_record/connection_adapters/abstract/schema_dumper.rb

Overview

:nodoc:

Constant Summary collapse

DEFAULT_DATETIME_PRECISION =

:nodoc:

6

Class Method Summary collapse

Methods inherited from SchemaDumper

#chk_ignore_pattern, dump, #dump, #excl_ignore_pattern, #fk_ignore_pattern, #ignore_tables, #unique_ignore_pattern

Class Method Details

.create(connection, options) ⇒ Object



8
9
10
# File 'lib/active_record/connection_adapters/abstract/schema_dumper.rb', line 8

def self.create(connection, options)
  new(connection, options)
end