mirror of
https://github.com/internetee/registry.git
synced 2025-05-16 17:37:17 +02:00
7 lines
116 B
Ruby
7 lines
116 B
Ruby
module Legacy
|
|
class Nsset < Db
|
|
self.table_name = :nsset
|
|
|
|
has_many :hosts, foreign_key: :nssetid
|
|
end
|
|
end
|