Sha256: e1a63ee7530f41d60a70cbaf50ae077c365c6e95f3742a2665ec1d3cf282d69b
Contents?: true
Size: 289 Bytes
Versions: 1
Compression:
Stored size: 289 Bytes
Contents
class RESO::Lookup::CurrentFinancing < RESO::Enumeration has_many :current_financing_assignments, foreign_key: :enumeration_id has_many :reso_property_listing_contracts, through: :current_financing_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/current_financing.rb |