mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 09:57:23 +02:00
Import nameservers with domains
This commit is contained in:
parent
41b51455cf
commit
888d38486f
9 changed files with 73 additions and 4 deletions
7
app/models/legacy/nsset.rb
Normal file
7
app/models/legacy/nsset.rb
Normal file
|
@ -0,0 +1,7 @@
|
|||
module Legacy
|
||||
class Nsset < Db
|
||||
self.table_name = :nsset
|
||||
|
||||
has_many :hosts, foreign_key: :nssetid
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue