Sha256: bfb2a3ffcbbc7cff17cfe536404a4a28ea610f334606763eb04b26445f259c4d
Contents?: true
Size: 243 Bytes
Versions: 1
Compression:
Stored size: 243 Bytes
Contents
class RESO::Lookup::NotedBy < RESO::Enumeration has_one :noted_by_assignment, foreign_key: :enumeration_id has_one :reso_contact_listing_note, through: :noted_by_assignment, source: :enumerable, source_type: "RESO::ContactListingNote" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
reso-0.2.2 | lib/reso/app/models/reso/lookup/noted_by.rb |