docs/general/deserialization.md in active_model_serializers-0.10.0 vs docs/general/deserialization.md in active_model_serializers-0.10.1

- old
+ new

@@ -40,10 +40,10 @@ 'type' => 'post', 'attributes' => { 'title' => 'Title 1', 'date' => '2015-12-20' }, - 'associations' => { + 'relationships' => { 'author' => { 'data' => { 'type' => 'user', 'id' => '2' }