Sha256: 58fdc734491eab205eba2146c45b6ba7e4e4cf72d63949efc1170a3ed96cac89

Contents?: true

Size: 246 Bytes

Versions: 1

Compression:

Stored size: 246 Bytes

Contents

class RESO::Lookup::PetsAllowed < RESO::Enumeration
  has_many :pets_allowed_assignments, foreign_key: :enumeration_id
  has_many :reso_property_hoa, through: :pets_allowed_assignments, source: :enumerable, source_type: "RESO::Property::HOA"
end

Version data entries

1 entries across 1 versions & 1 rubygems

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