Clients should be able to ask users balance

This commit is contained in:
benji 2017-01-23 17:45:57 +01:00
parent e63a245f42
commit ccd227a8ba
1 changed files with 1 additions and 0 deletions

View File

@ -6,5 +6,6 @@ class ClientAbility
can :create, Transaction if client.has_role? :create_transactions
can :create, Request
can :read, User
end
end