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

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