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
5
app/models/legacy/dsrecord.rb
Normal file
5
app/models/legacy/dsrecord.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
module Legacy
|
||||
class Dsrecord < Db
|
||||
self.table_name = :dsrecord
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue