summaryrefslogtreecommitdiff
path: root/app/models/built_hearth_amenity.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/built_hearth_amenity.rb')
-rw-r--r--app/models/built_hearth_amenity.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/models/built_hearth_amenity.rb b/app/models/built_hearth_amenity.rb
new file mode 100644
index 0000000..c4d5a53
--- /dev/null
+++ b/app/models/built_hearth_amenity.rb
@@ -0,0 +1,4 @@
+class BuiltHearthAmenity < ApplicationRecord
+ belongs_to :hearth
+ belongs_to :hearth_amenity
+end