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
I'm trying to use JSONAPI Utils for a non-RESTful endpoint users/invite and would like to be able to use the resource_params and relationship_params helpers, however they're both returning {} because @request.operations is empty. Is there any guidance on how to approach this?
The text was updated successfully, but these errors were encountered:
I'm trying to use JSONAPI Utils for a non-RESTful endpoint
users/invite
and would like to be able to use theresource_params
andrelationship_params
helpers, however they're both returning{}
because@request.operations
is empty. Is there any guidance on how to approach this?The text was updated successfully, but these errors were encountered: