Sha256: 42620a569bc6b740d66aed47241dba53bfe4495603942b8c95168edabcbf11b2
Contents?: true
Size: 344 Bytes
Versions: 1
Compression:
Stored size: 344 Bytes
Contents
class RESO::Lookup::CoListAgentDesignation < RESO::Enumeration has_many :co_list_agent_designation_assignments, foreign_key: :enumeration_id has_many :reso_property_listing_agent_office_co_list_agent, through: :co_list_agent_designation_assignments, source: :enumerable, source_type: "RESO::Property::Listing::AgentOffice::CoListAgent" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
reso-0.2.2 | lib/reso/app/models/reso/lookup/co_list_agent_designation.rb |