I've started building new controllers off of the Vokuro base project and found that each time I add an action for my new controller, such as editAction(), I have to add this to the list of permissions and / or update the database as well. Is there a wildcard feature that can grant blanket permissions to a group for an entire controller?
Thanks!
Chas688