Method: ActiveRecord::ConnectionAdapters::SQLite3::SchemaStatements#create_schema_dumper

Defined in:
activerecord/lib/active_record/connection_adapters/sqlite3/schema_statements.rb

#create_schema_dumper(options) ⇒ Object



116
117
118
# File 'activerecord/lib/active_record/connection_adapters/sqlite3/schema_statements.rb', line 116

def create_schema_dumper(options)
  SQLite3::SchemaDumper.create(self, options)
end