fixes abilities: level 3 users can vote proposals, not just level 2
This commit is contained in:
@@ -42,7 +42,7 @@ class Ability
|
||||
can :vote, Comment
|
||||
end
|
||||
|
||||
if user.level_two_verified?
|
||||
if user.level_two_or_three_verified?
|
||||
can :vote, Proposal
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user