Sha256: 267192a64d463ff06b036d8255c159a515debad2515d3eee783d8892d0b81458
Contents?: true
Size: 281 Bytes
Versions: 32
Compression:
Stored size: 281 Bytes
Contents
module SfxDb class AzAdditionalTitle < SfxDbBase self.table_name = 'AZ_TITLE_SEARCH_VER3' self.primary_key = 'AZ_TITLE_SEARCH_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