You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And generate route for kudos-received relation points to kudos#get_related_resources controller instead of mm/kudos#get_related_resources (btw.: includes work fine)
There two options:
leave the default behaviour as it is and allow to overwrite controller at relationship level
We have models
Contractor
andMm::Kudo
and corresponding resources.And generate route for
kudos-received
relation points tokudos#get_related_resources
controller instead ofmm/kudos#get_related_resources
(btw.: includes work fine)There two options:
e.g.: for the given example
and pass the relationship params to the
jsonapi_related_resources
model_name
to generate path for default controller (and still allow to overwrite controller at thehas_many
definitionWhich option should we pick and adopt
The text was updated successfully, but these errors were encountered: