Closed
Description
See #1686 (comment)
if
serializer.associations(@include_tree).each
yields an association multiple times, it meansself.class._reflections.each
(here) yields them several times.
See #1686 (comment)
if
serializer.associations(@include_tree).each
yields an association multiple times, it meansself.class._reflections.each
(here) yields them several times.