class BuiltHearthAmenity < ApplicationRecord belongs_to :hearth belongs_to :hearth_amenity validates :hearth_id, uniqueness: { scope: :hearth_amenity_id } end