mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 18:26:06 +02:00
Authorize registrant domains
This commit is contained in:
parent
d444552b9b
commit
6cfa741397
3 changed files with 10 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
class Registrant::DomainsController < RegistrantController
|
||||
def index
|
||||
# @domains = [Domain.last]
|
||||
authorize! :view, :registrant_domains
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue