summaryrefslogtreecommitdiff
path: root/app/models/built_hearth_amenity.rb
blob: c4d5a536304e3d985d85f2e477ba785c0bf32a35 (plain)
1
2
3
4
class BuiltHearthAmenity < ApplicationRecord
  belongs_to :hearth
  belongs_to :hearth_amenity
end