Prepare history import

This commit is contained in:
Vladimir Krylov 2015-11-17 12:17:26 +02:00
parent 1e94909c41
commit e11c1b5d20
4 changed files with 32 additions and 0 deletions

View file

@ -12,5 +12,6 @@ module Legacy
has_many :domain_contact_maps, foreign_key: :domainid
has_many :nsset_contact_maps, foreign_key: :nssetid, primary_key: :nsset
has_many :domain_histories, foreign_key: :id
alias_method :history, :domain_histories
end
end