Sha256: 320983e4ccca7b76bda5a596a8820e1930e03a97a2c22bb85d4f574b5e93a249
Contents?: true
Size: 267 Bytes
Versions: 1
Compression:
Stored size: 267 Bytes
Contents
class RESO::Lookup::AssociationAmenity < RESO::Enumeration has_many :association_amenity_assignments, foreign_key: :enumeration_id has_many :reso_property_hoa, through: :association_amenity_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/association_amenity.rb |