mirror of
https://github.com/internetee/registry.git
synced 2025-08-01 23:42:04 +02:00
Added missing abilities to xml_console and contacts controllers
This commit is contained in:
parent
e971638938
commit
e7a976ce89
3 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue