Sha256: bebcce2ae3bf89314cef96898b72666e120acc18bca32e00cb95403404daed03
Contents?: true
Size: 245 Bytes
Versions: 32
Compression:
Stored size: 245 Bytes
Contents
module SfxDb class Issn < SfxDbBase self.table_name = "ISSN" self.primary_key = "ISSN_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