Sha256: 9616ec0e76377ff188c8c090e4c42bdc0eafd008930000ee20e2e9a5392fee73
Contents?: true
Size: 277 Bytes
Versions: 32
Compression:
Stored size: 277 Bytes
Contents
module SfxDb class AzLetterGroup < SfxDbBase self.table_name = 'AZ_LETTER_GROUP_VER3' self.primary_key = 'AZ_LETTER_GROUP_VER3_ID' belongs_to :az_title, :foreign_key => 'AZ_TITLE_VER3_ID', :class_name => "SfxDb::AzTitle" end end
Version data entries
32 entries across 32 versions & 1 rubygems