adds index and create of valuators

This commit is contained in:
rgarcia
2016-03-01 15:46:06 +01:00
parent 69325132ce
commit b38558f2f3
11 changed files with 128 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ module Abilities
can :comment_as_administrator, [Debate, Comment, Proposal]
can [:search, :create, :index, :destroy], ::Moderator
can [:search, :create, :index], ::Valuator
can :manage, Annotation