fast_jsonapi icon indicating copy to clipboard operation
fast_jsonapi copied to clipboard

circular association troubles

Open benlieb opened this issue 5 years ago • 1 comments

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?

benlieb avatar Jun 29 '20 20:06 benlieb

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

davidwparker avatar Aug 03 '20 01:08 davidwparker