Sha256: 654ae05e231cd53fc9a612cf3ae966b850d5c70ccc7c1e56b8589f155cd25fb8

Contents?: true

Size: 261 Bytes

Versions: 1

Compression:

Stored size: 261 Bytes

Contents

class RESO::Lookup::BusinessType < RESO::Enumeration
  has_many :business_type_assignments, foreign_key: :enumeration_id
  has_many :reso_property_businesses, through: :business_type_assignments, source: :enumerable, source_type: "RESO::Property::Business"
end

Version data entries

1 entries across 1 versions & 1 rubygems

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