Sha256: 1310b2760f29682a3000b030e306d442b16dba6a2dfc5247f922e8b3bfbf0b8c
Contents?: true
Size: 267 Bytes
Versions: 1
Compression:
Stored size: 267 Bytes
Contents
class RESO::Lookup::Possession < RESO::Enumeration has_many :possession_assignments, foreign_key: :enumeration_id has_many :reso_property_listing_closings, through: :possession_assignments, source: :enumerable, source_type: "RESO::Property::Listing::Closing" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
reso-0.2.2 | lib/reso/app/models/reso/lookup/possession.rb |