diff --git a/app/models/client_ability.rb b/app/models/client_ability.rb index 6e1fc77..30630d3 100644 --- a/app/models/client_ability.rb +++ b/app/models/client_ability.rb @@ -6,5 +6,6 @@ class ClientAbility can :create, Transaction if client.has_role? :create_transactions can :create, Request + can :read, User end end