vt-elixir / ja_serializer

JSONAPI.org Serialization in Elixir.
Other
640 stars 148 forks source link

Fixes broken links with has_one relationships #339

Closed beerlington closed 3 years ago

beerlington commented 3 years ago

This fixes an issue where we were serializing broken links for null has_one relationships if the has_one relationship in the serializer specified links. It is now consistent with other relationships where links are not specified.