Authorize registrant domains

This commit is contained in:
Priit Tark 2015-05-22 13:19:32 +03:00
parent d444552b9b
commit 6cfa741397
3 changed files with 10 additions and 9 deletions

View file

@ -63,6 +63,7 @@ class Ability
end
def static_registrant
can :manage, :registrant_domains
can :manage, :registrant_whois
can :manage, Depp::Domain
end