mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 20:18:22 +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
|
@ -1,3 +1,4 @@
|
|||
class Nameserver < ActiveRecord::Base
|
||||
has_and_belongs_to_many :ns_sets
|
||||
belongs_to :registrar
|
||||
has_and_belongs_to_many :domains
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue