docs/associations.md in panko_serializer-0.7.0 vs docs/associations.md in panko_serializer-0.7.1
- old
+ new
@@ -11,10 +11,10 @@
has_one :author, serializer: AuthorSerializer
has_many :comments, each_serializer: CommentSerializer
end
```
-# Associations with aliases
+### Associations with aliases
An association key name can be aliased with the `name` option.
For example:
the `actual_author` property will be converted to `alias_author`.