Sha256: 892945e3349110b0716165ba0ce393c2be516a1e777ef22f934e9b60d23b05d8

Contents?: true

Size: 325 Bytes

Versions: 1

Compression:

Stored size: 325 Bytes

Contents

class RESO::Property::Characteristic < ApplicationRecord
  self.table_name = 'reso_property_characteristics'

  belongs_to :property

  has_one :units_furnished_assignment, as: :enumerable
  has_one :units_furnished, through: :units_furnished_assignment, source: :enumeration, class_name: "RESO::Lookup::UnitsFurnished"

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
reso-0.2.2 lib/reso/app/models/reso/property/characteristic.rb