Sha256: 72f7ddcf32ceaddc376b3b6f2d3c213dd387b124b26d7e7c661b481cc3f54974
Contents?: true
Size: 244 Bytes
Versions: 32
Compression:
Stored size: 244 Bytes
Contents
module SfxDb class Title < SfxDbBase self.table_name = 'TITLE' self.primary_key = 'TITLE_INTERNAL_ID' belongs_to :object, :foreign_key => 'OBJECT_ID', :class_name => "SfxDb::Object" end end
Version data entries
32 entries across 32 versions & 1 rubygems