Sha256: c84e05554eed579d88f1cd526ea656ab77c31b3c143f8d3d51c9f30653877bda
Contents?: true
Size: 361 Bytes
Versions: 1
Compression:
Stored size: 361 Bytes
Contents
class RESO::Property::Listing::AgentOffice < ApplicationRecord self.table_name = 'reso_property_listing_agent_offices' belongs_to :listing has_one :buyer_agent has_one :buyer_office has_one :co_buyer_agent has_one :co_buyer_office has_one :co_list_agent has_one :co_list_office has_one :list_agent has_one :list_office has_one :team end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
reso-0.2.2 | lib/reso/app/models/reso/property/listing/agent_office.rb |