Allow anyone to search and read annotations

This commit is contained in:
kikito
2015-12-16 18:10:17 +01:00
parent c98360fa87
commit cf04b48d4e

View File

@@ -7,6 +7,7 @@ module Abilities
can :read, Proposal
can :read, Legislation
can :read, User
can [:search, :read], Annotation
end
end
end