mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +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/host.rb
Normal file
7
app/models/legacy/host.rb
Normal file
|
@ -0,0 +1,7 @@
|
|||
module Legacy
|
||||
class Host < Db
|
||||
self.table_name = :host
|
||||
|
||||
has_many :host_ipaddr_maps, foreign_key: :hostid
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue