Sha256: f4ad1800ab98a456b93b66038b6c7ebb845b72c85b5fddd3dc68134753e014f8
Contents?: true
Size: 267 Bytes
Versions: 1
Compression:
Stored size: 267 Bytes
Contents
class RESO::Lookup::OtherEquipment < RESO::Enumeration has_many :other_equipment_assignments, foreign_key: :enumeration_id has_many :reso_property_equipment, through: :other_equipment_assignments, source: :enumerable, source_type: "RESO::Property::Equipment" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
reso-0.2.2 | lib/reso/app/models/reso/lookup/other_equipment.rb |