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/character.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'app/models/character.rb') diff --git a/app/models/character.rb b/app/models/character.rb index 7df48e8..661521b 100644 --- a/app/models/character.rb +++ b/app/models/character.rb @@ -1,6 +1,7 @@ class Character < ApplicationRecord belongs_to :user belongs_to :activity, optional: true + has_one :hearth has_many :character_items has_many :items, through: :character_items has_many :character_skills -- cgit v1.2.3