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 have a Conversation Model that has a morphable association to a Claim or a User. I want to be able to search on the restify Repository for conversations that match a claim_id. Is there a way to do this using match_id or do I need to use a custom getter?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is there a way to match on a morphable field?
I have a Conversation Model that has a morphable association to a Claim or a User. I want to be able to search on the restify Repository for conversations that match a
claim_id
. Is there a way to do this using match_id or do I need to use a custom getter?Beta Was this translation helpful? Give feedback.
All reactions