adds ability for featured_votes of proposals

This commit is contained in:
Juanjo Bazán
2015-10-22 11:30:24 +02:00
committed by Juanjo Bazán
parent 65ed1f45ab
commit c896fc3eef
2 changed files with 4 additions and 0 deletions

View File

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