Rishabh Sairawat
Results
2
comments of
Rishabh Sairawat
@feliperaul @shishirmk I ran into the same type of issue for belongs_to. This is what i have done: ``` class ASerializer include FastJsonapi::ObjectSerializer set_id :uuid belongs_to :b, id_method_name: :uuid end...
@henvo I understood your point. But: First, I think there should not be a need of using `id_method_name` to set `id` for the b for the relationships. It should use...