Sha256: afe8781b8522f2e71f098d45b719ee9d0068c799a78ae62d169287e9651b6127
Contents?: true
Size: 249 Bytes
Versions: 32
Compression:
Stored size: 249 Bytes
Contents
module SfxDb class Publisher < SfxDbBase self.table_name = "PUBLISHER" self.primary_key = "PUBLISHER_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