WIP with contact import

This commit is contained in:
Martin Lensment 2015-02-27 12:15:28 +02:00 committed by Priit Tark
parent 3149d0731d
commit a598b46723
4 changed files with 63 additions and 3 deletions

View file

@ -0,0 +1,6 @@
module Legacy
class ObjectRegistry < Db
self.table_name = :object_registry
self.inheritance_column = nil
end
end