adds question's show

This commit is contained in:
rgarcia
2016-11-16 19:41:29 +01:00
parent ac58f30498
commit 6fe965a9b8
5 changed files with 71 additions and 3 deletions

View File

@@ -7,6 +7,7 @@ module Abilities
can [:read, :map, :summary], Proposal
can :read, Comment
can :read, Poll
can :read, Poll::Question
can :read, SpendingProposal
can :read, Legislation
can :read, User