all the examples I have seen for RBAC seem to not specify the controller. Just the action for a role.
What if I have 2 actions with the same name in 2 different controllers that I want to have different permissions for?
all the examples I have seen for RBAC seem to not specify the controller. Just the action for a role.
What if I have 2 actions with the same name in 2 different controllers that I want to have different permissions for?