mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 17:01:44 +02:00
Adding nameservers to domain
This commit is contained in:
parent
24e7beed5b
commit
c24c8c7181
10 changed files with 69 additions and 8 deletions
|
@ -184,3 +184,4 @@ en:
|
|||
new_domain: 'New domain'
|
||||
registrar_name: 'Registrar name'
|
||||
contact_code: 'Contact code'
|
||||
add: 'Add'
|
||||
|
|
|
@ -6,7 +6,10 @@ Rails.application.routes.draw do
|
|||
end
|
||||
|
||||
namespace(:admin) do
|
||||
resources :domains
|
||||
resources :domains do
|
||||
resources :nameservers, shallow: true
|
||||
|
||||
end
|
||||
resources :setting_groups
|
||||
resources :registrars do
|
||||
collection do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue