mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
Domain form contacts partial refactor
This commit is contained in:
parent
bfe89c7a09
commit
89295f5642
6 changed files with 17 additions and 14 deletions
|
@ -69,7 +69,7 @@ class Admin::DomainsController < ApplicationController
|
|||
:registrar_id,
|
||||
:owner_contact_id,
|
||||
nameservers_attributes: [:id, :hostname, :ipv4, :ipv6, :_destroy],
|
||||
domain_contacts_attributes: [:id, :contact_type, :contact_id, :_destroy])
|
||||
domain_contacts_attributes: [:id, :contact_type, :contact_id, :typeahead_value, :_destroy])
|
||||
end
|
||||
|
||||
def verify_deletion
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue