Merge branch 'master' into 1786-poll_results

This commit is contained in:
María Checa
2017-10-18 17:33:16 +02:00
69 changed files with 765 additions and 432 deletions

View File

@@ -23,6 +23,7 @@ module Abilities
can [:read], Legislation::Question
can [:create], Legislation::Answer
can [:search, :comments, :read, :create, :new_comment], Legislation::Annotation
can :read_stats, Poll
end
end
end