README.md in mongoid-dsl-1.3.1 vs README.md in mongoid-dsl-1.4.0

- old
+ new

@@ -111,7 +111,18 @@ Mongoid.purge! ``` +As a plus, you can dump your mongoid models into a Hash Object, +that can be used to serialized as yaml and lend out as documentation if you lazy as me + +```ruby + + File.write "/tmp/#{$0}.model_dump.yml", + Mongoid.model_relations_dump.to_yaml + + +``` + you can find working examples in the example folder \ No newline at end of file