Flowdock
dump(stream) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/schema_dumper.rb, line 21
    def dump(stream)
      header(stream)
      tables(stream)
      trailer(stream)
      stream
    end
Register or log in to add new notes.