summaryrefslogtreecommitdiff
path: root/app/Model/Acl.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Model/Acl.php')
-rw-r--r--app/Model/Acl.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Model/Acl.php b/app/Model/Acl.php
index ca00a09e..aea13e8c 100644
--- a/app/Model/Acl.php
+++ b/app/Model/Acl.php
@@ -20,6 +20,7 @@ class Acl extends Base
'user' => array('login', 'check', 'google', 'github'),
'task' => array('add', 'readonly'),
'board' => array('readonly'),
+ 'project' => array('feed'),
);
/**