module SfxDb class ObjectPortfolio < SfxDbBase self.table_name = 'OBJECT_PORTFOLIO' self.primary_key = 'INTERNAL_ID' end end