I have created a controllers called user_controller in my cakephp app. After I've run the command : cake acl create aco root controllers
for filling the ACOs table with my controller.
But now I've created a new method inside my user_controller and I want to update my ACOs table. Is there anyway to proceed using the cake console ?
Thanks