A coworker just clued me in and this is the final statement in
AppController::beforeFilter()
function beforeFilter()
{
/*
* check(ARO, ACO, [action])
*
*/
if ($this->Acl->check(array('model' => 'Group', 'foreign_key'
=> $this->Session->read('Auth
Hi all, I am working on implementing RBAC using ACL. I am really close
but I am getting an error and I am hoping you can shed some light on
it. I have pasted my entire ACO and ARO trees below for reference.
When I run the following using the Cake console it works as expected:
[swright@swright-dev