mirror of
https://github.com/internetee/registry.git
synced 2025-07-02 17:23:34 +02:00
Add Registrant User
This commit is contained in:
parent
412ececd9c
commit
ca2183817a
8 changed files with 57 additions and 51 deletions
|
@ -13,7 +13,9 @@ class Ability
|
|||
when 'ApiUser'
|
||||
epp
|
||||
registrar
|
||||
registrant # refactor
|
||||
registrant # refactor
|
||||
when 'RegistrantUser'
|
||||
registrant
|
||||
end
|
||||
|
||||
can :show, :dashboard
|
||||
|
@ -66,6 +68,7 @@ class Ability
|
|||
|
||||
def registrant
|
||||
can :manage, Registrant::Whois
|
||||
can :manage, Depp::Domain
|
||||
end
|
||||
|
||||
def user
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue