Merge pull request #1018 from consul/investment-project-vote

Investment project vote
This commit is contained in:
Raimond Garcia
2016-03-29 18:57:05 +02:00
19 changed files with 303 additions and 7 deletions

View File

@@ -43,6 +43,7 @@ module Abilities
if user.level_two_or_three_verified?
can :vote, Proposal
can :vote_featured, Proposal
can :vote, SpendingProposal
can :create, SpendingProposal
end