From 4a6c06eb681575dbf1ee58d3b1f667e79051b1e2 Mon Sep 17 00:00:00 2001 From: David Gay Date: Tue, 18 May 2021 18:16:04 -0400 Subject: Hearths, HearthAmenities, and BuiltHearthAmenities --- app/models/hearth.rb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 app/models/hearth.rb (limited to 'app/models/hearth.rb') diff --git a/app/models/hearth.rb b/app/models/hearth.rb new file mode 100644 index 0000000..8885a08 --- /dev/null +++ b/app/models/hearth.rb @@ -0,0 +1,3 @@ +class Hearth < ApplicationRecord + belongs_to :character +end -- cgit v1.2.3