AutoCommit Son Aug 2 17:03:02 CEST 2015

This commit is contained in:
Andreas Stephanides
2015-08-02 17:03:03 +02:00
parent bbb924fcfb
commit 1a12a3d394
4 changed files with 21 additions and 14 deletions

View File

@@ -17,10 +17,12 @@ class Ability
#---------------------------------------------------
can :index, Comment
can [:index,:hide], Comment
can :show, Comment
if loggedin
can [:create,:new], Comment
can [:comment], Comment
end
# can :manage, Comment