Sha256: d8cf234e5c29ad6d0b53900c410be5ffac19edc83d866835d1bc31a7432544dd
Contents?: true
Size: 322 Bytes
Versions: 1
Compression:
Stored size: 322 Bytes
Contents
class RESO::Property::Listing < ApplicationRecord self.table_name = 'reso_property_listings' belongs_to :property has_one :agent_office has_one :closing has_one :compensation has_one :contract has_one :date has_one :marketing has_one :media has_one :price has_one :remark has_one :showing end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
reso-0.2.2 | lib/reso/app/models/reso/property/listing.rb |