Refresh

This website rubydoc.info/docs/rails/6.0.2.1/ActiveRecord/ConnectionAdapters/SchemaDumper is currently offline. Cloudflare's Always Online™ shows a snapshot of this web page from the Internet Archive's Wayback Machine. To check for the live version, click Refresh.

Class: ActiveRecord::ConnectionAdapters::SchemaDumper

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

Overview

:nodoc:

Class Method Summary collapse

Methods inherited from SchemaDumper

dump, #dump, #fk_ignore_pattern, #ignore_tables

Class Method Details

.create(connection, options) ⇒ Object



6
7
8
# File 'activerecord/lib/active_record/connection_adapters/abstract/schema_dumper.rb', line 6

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