Sha256: 3c90c5c510b1a0f26fc6e08b9a86b888b32ff23c5ed43d7d4b0fb9049a65d48f

Contents?: true

Size: 292 Bytes

Versions: 1

Compression:

Stored size: 292 Bytes

Contents

class RESO::Lookup::ContactListingPreference < RESO::Enumeration
  has_many :contact_listing_preference_assignments, foreign_key: :enumeration_id
  has_many :reso_contact_listings, through: :contact_listing_preference_assignments, source: :enumerable, source_type: "RESO::ContactListing"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
reso-0.2.2 lib/reso/app/models/reso/lookup/contact_listing_preference.rb