Sha256: 8745fd4c0da6acb557a3f58cb4a88bfc180f53d91679e4dcfacbc12d7e120bcc
Contents?: true
Size: 251 Bytes
Versions: 32
Compression:
Stored size: 251 Bytes
Contents
module SfxDb class Isbn < SfxDbBase self.table_name = "ISBN" self.primary_key = "ISBN_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