Sha256: 8a75faf2733c57b461f6571d0af40b95d5edda621b4e292719f18338bea28ea3
Contents?: true
Size: 274 Bytes
Versions: 1
Compression:
Stored size: 274 Bytes
Contents
class RESO::Lookup::ListingTerm < RESO::Enumeration has_many :listing_term_assignments, foreign_key: :enumeration_id has_many :reso_property_listing_contracts, through: :listing_term_assignments, source: :enumerable, source_type: "RESO::Property::Listing::Contract" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
reso-0.2.2 | lib/reso/app/models/reso/lookup/listing_term.rb |