mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
Added domain confirmation verification url
This commit is contained in:
parent
8b392fcc56
commit
6821afff65
8 changed files with 33 additions and 7 deletions
|
@ -18,7 +18,9 @@ class Ability
|
|||
registrant
|
||||
end
|
||||
|
||||
# Public user
|
||||
can :show, :dashboard
|
||||
can :create, :registrant_domain_update_confirm
|
||||
end
|
||||
|
||||
# rubocop: disable Metrics/CyclomaticComplexity
|
||||
|
@ -67,7 +69,7 @@ class Ability
|
|||
end
|
||||
|
||||
def registrant
|
||||
can :manage, Registrant::Whois
|
||||
can :manage, :registrant_whois
|
||||
can :manage, Depp::Domain
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue