method

dump

dump(connection = ActiveRecord::Base.connection, stream = STDOUT, config = ActiveRecord::Base)
public

No documentation available.

# 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