everyone can print budget investments

This commit is contained in:
kikito
2016-12-07 17:46:46 +01:00
parent a962b2dfa7
commit 1e3a44b380

View File

@@ -14,7 +14,7 @@ module Abilities
can [:search, :read], Annotation
can [:read], Budget
can [:read], Budget::Group
can [:read], Budget::Investment
can [:read, :print], Budget::Investment
can :new, DirectMessage
end
end