method
create_schema_dumper
v7.2.3 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::SQLite3::SchemaStatements
create_schema_dumper(options)public
No documentation available.
# File activerecord/lib/active_record/connection_adapters/sqlite3/schema_statements.rb, line 117
def create_schema_dumper(options)
SQLite3::SchemaDumper.create(self, options)
end