method
create_schema_dumper
rails 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 114
def create_schema_dumper(options)
SQLite3::SchemaDumper.create(self, options)
end