Sha256: 9499be76de81d417bda0becd09b416349f6e2e8f506be49e9012ffa012179ac1
Contents?: true
Size: 268 Bytes
Versions: 1
Compression:
Stored size: 268 Bytes
Contents
class RESO::Lookup::ParkingFeature < RESO::Enumeration has_many :parking_feature_assignments, foreign_key: :enumeration_id has_many :reso_property_structures, through: :parking_feature_assignments, source: :enumerable, source_type: "RESO::Property::Structure" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
reso-0.2.2 | lib/reso/app/models/reso/lookup/parking_feature.rb |