Import tech contacts too

This commit is contained in:
Martin Lensment 2015-03-17 11:50:45 +02:00 committed by Priit Tark
parent d5a7704b87
commit 968e383f9e
6 changed files with 25 additions and 6 deletions

View file

@ -2,6 +2,6 @@ module Legacy
class DomainContactMap < Db
self.table_name = :domain_contact_map
belongs_to :contact, foreign_key: :contactid, primary_key: :legacy_id, class_name: '::Contact'
# belongs_to :contact, foreign_key: :contactid, primary_key: :legacy_id, class_name: '::Contact'
end
end