Sha256: 07cb5b067091ac7f70b45153257d71a9158f8496f1fb241ecfc07f9a16fbb24c
Contents?: true
Size: 253 Bytes
Versions: 2
Compression:
Stored size: 253 Bytes
Contents
module SfxDb class Target < SfxDbBase self.table_name = 'TARGET' self.primary_key = 'INTERNAL_ID' has_many :target_services, :foreign_key => 'TARGET', :class_name => "SfxDb::TargetService" end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
umlaut-3.0.5 | app/models/sfx_db/target.rb |
umlaut-3.0.4 | app/models/sfx_db/target.rb |