mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
7 lines
198 B
Ruby
7 lines
198 B
Ruby
module Legacy
|
|
class DomainContactMap < Db
|
|
self.table_name = :domain_contact_map
|
|
|
|
# belongs_to :contact, foreign_key: :contactid, primary_key: :legacy_id, class_name: '::Contact'
|
|
end
|
|
end
|