Netflix / fast_jsonapi

No Longer Maintained - A lightning fast JSON:API serializer for Ruby Objects.
Apache License 2.0
5.07k stars 425 forks source link

circular association troubles #468

Open benlieb opened 4 years ago

benlieb commented 4 years ago

I have a Reservation model that has_many "co-reservations" which are also Reservation instances.

This sets of a circular (infinite) reference that is bad and sad.

Is there a way to do this right?

davidwparker commented 3 years ago

https://github.com/Netflix/fast_jsonapi/issues/462