Sha256: 7a08103d260b650306dbb46cd75ee8e4fd3c3e99ff8ce6265b8d16e0eee85b2f
Contents?: true
Size: 272 Bytes
Versions: 1
Compression:
Stored size: 272 Bytes
Contents
class RESO::Lookup::FrontageType < RESO::Enumeration has_many :frontage_type_assignments, foreign_key: :enumeration_id has_many :reso_property_characteristics, through: :frontage_type_assignments, source: :enumerable, source_type: "RESO::Property::Characteristic" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
reso-0.2.2 | lib/reso/app/models/reso/lookup/frontage_type.rb |