Sha256: 96975bf7dca54a52574bd4f89a7d9375c2cef179b7b7c1cc1f94bae06e357276
Contents?: true
Size: 402 Bytes
Versions: 1
Compression:
Stored size: 402 Bytes
Contents
class RESO::Lookup::ChangeType < RESO::Enumeration has_many :change_type_assignments, foreign_key: :enumeration_id has_many :reso_history_transactionals, through: :change_type_assignments, source: :enumerable, source_type: "RESO::HistoryTransactional" has_many :reso_property_listing_dates, through: :change_type_assignments, source: :enumerable, source_type: "RESO::Property::Listing::Date" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
reso-0.2.2 | lib/reso/app/models/reso/lookup/change_type.rb |