Sha256: c929676b307cffd0ea7881ada7a3f892b3fdfa2a4204a94b8aaa766aab986b31
Contents?: true
Size: 196 Bytes
Versions: 30
Compression:
Stored size: 196 Bytes
Contents
module SfxDb class Target < SfxDbBase self.table_name = 'TARGET' self.primary_key = 'INTERNAL_ID' has_many :target_services, :foreign_key => 'TARGET' end end
Version data entries
30 entries across 30 versions & 1 rubygems