well, I'm working on a little project in which I'm using Many to Many
relationship (users to comments by example). I'm trying to validate something, what if this auth user owns this comment? If I own this model, then I want to be able to modify it or delete it.
That's the doubt I have.
I'm trying to be able to modify or delete a model in my Policy, but what I want to validate is if I own it or not in a Many to Many relationship.