mirror of
https://github.com/internetee/registry.git
synced 2025-05-16 17:37:17 +02:00
7 lines
124 B
Ruby
7 lines
124 B
Ruby
module Legacy
|
|
class Host < Db
|
|
self.table_name = :host
|
|
|
|
has_many :host_ipaddr_maps, foreign_key: :hostid
|
|
end
|
|
end
|