method
dump
![No documentation Importance_0](https://d2vfyqvduarcvs.cloudfront.net/images/importance_0.png?1349367920)
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