mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 01:47:18 +02:00
Attach nameservers directly to domain
This commit is contained in:
parent
7a9988236e
commit
4396ec665c
6 changed files with 19 additions and 5 deletions
|
@ -2,7 +2,7 @@ require "rails_helper"
|
|||
|
||||
describe Domain do
|
||||
it { should belong_to(:registrar) }
|
||||
it { should belong_to(:ns_set) }
|
||||
it { should have_and_belong_to_many(:nameservers)}
|
||||
it { should belong_to(:owner_contact) }
|
||||
it { should have_many(:tech_contacts) }
|
||||
it { should have_many(:admin_contacts) }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue