method
dump
dump(connection = ActiveRecord::Base.connection, stream = STDOUT, config = ActiveRecord::Base)
public
Hide source
# File activerecord/lib/active_record/schema_dumper.rb, line 20 def dump(connection = ActiveRecord::Base.connection, stream = STDOUT, config = ActiveRecord::Base) new(connection, generate_options(config)).dump(stream) stream end