Added domain confirmation verification url

This commit is contained in:
Priit Tark 2015-05-15 10:00:04 +03:00
parent 8b392fcc56
commit 6821afff65
8 changed files with 33 additions and 7 deletions

View file

@ -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