Weird policy behavior
Given the following policy:
I'd expect the call to
What I'm doing wrong?
I'd expect the call to
MyDomain.can_get_by_id?(user, resource) to return false when user.organization_id == nil but I'm getting a truthy value back.What I'm doing wrong?
