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
Unless I'm mistaking having a model "Link" will cause issues with json_api_client, if you have a this kind of relation for example : Blog has_many Links, and you try to access blog.links, you will get an instance of JsonApiClient::Linking::Links and not the array you were expecting.
I think it's a fairly common name for a model. What's your thought on the subject please ?
The text was updated successfully, but these errors were encountered:
Hi,
Unless I'm mistaking having a model "Link" will cause issues with json_api_client, if you have a this kind of relation for example : Blog has_many Links, and you try to access blog.links, you will get an instance of JsonApiClient::Linking::Links and not the array you were expecting.
I think it's a fairly common name for a model. What's your thought on the subject please ?
The text was updated successfully, but these errors were encountered: