Added missing abilities to xml_console and contacts controllers

This commit is contained in:
Sergei Tsoganov 2022-12-09 11:27:42 +02:00
parent e971638938
commit e7a976ce89
3 changed files with 7 additions and 0 deletions

View file

@ -33,6 +33,9 @@ class Ability
def epp # Registrar/api_user dynamic role
can :manage, Account
# Epp::Server
can :create, Epp::Server
# Poll
can :manage, :poll