mirror of
https://github.com/internetee/registry.git
synced 2025-07-28 05:26:17 +02:00
Added xml epp console required endpoints and sample xml files
This commit is contained in:
parent
30fd6d2465
commit
aaa0e89cfe
21 changed files with 460 additions and 4 deletions
|
@ -65,7 +65,6 @@ class Domain < ApplicationRecord
|
|||
statuses.include? DomainStatus::SERVER_REGISTRANT_CHANGE_PROHIBITED
|
||||
end
|
||||
|
||||
|
||||
# NB! contacts, admin_contacts, tech_contacts are empty for a new record
|
||||
has_many :domain_contacts, dependent: :destroy
|
||||
has_many :contacts, through: :domain_contacts, source: :contact
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue