Redoes the common balloting permissions

This commit is contained in:
kikito
2016-05-30 14:01:47 +02:00
parent 13f43d8b67
commit 2a82e9e33a
2 changed files with 13 additions and 7 deletions

View File

@@ -49,7 +49,7 @@ module Abilities
can :create, SpendingProposal
can :create, Budget::Investment, budget: { phase: "accepting" }
can :vote, Budget::Investment, budget: { phase: "selecting" }
can :ballot, Budget::Investment, budget: { phase: "balloting" }
can :create, Budget::Ballot, budget: { phase: "balloting" }
end
can :create, Annotation