104941754-dns_nameservers_update

This commit is contained in:
Stas 2015-10-30 17:24:04 +02:00
parent 1b6badf699
commit 0d251a1a40
3 changed files with 15 additions and 2 deletions

View file

@ -3,5 +3,6 @@ module Legacy
self.table_name = :object_registry
self.inheritance_column = nil
belongs_to :registrar, foreign_key: :crid, primary_key: :legacy_id, class_name: '::Registrar'
belongs_to :object_history, foreign_key: :historyid
end
end