Add user dashboard view

This commit is contained in:
Frederic Guillot
2015-02-04 22:05:41 -05:00
parent 24300f828a
commit 2d070627d7
17 changed files with 36 additions and 5 deletions

View File

@@ -64,6 +64,7 @@ class Acl extends Base
* @var array
*/
private $admin_acl = array(
'app' => array('dashboard'),
'user' => array('index', 'create', 'save', 'remove'),
'config' => '*',
'project' => array('remove'),