mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-22 22:06:50 +00:00
If type is `author` but the association is called `writer`, the linked
resource key should be called `authors`, e.g
{
...
linked: {
authors: [{
...
}]
}
...
}
|
||
|---|---|---|
| .. | ||
| action_controller | ||
| active_model | ||
| generators/serializer | ||
| active_model_serializers.rb | ||