summaryrefslogtreecommitdiff
path: root/app/models/location.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/location.rb')
-rw-r--r--app/models/location.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/location.rb b/app/models/location.rb
index 7bd1386..e0aaf9b 100644
--- a/app/models/location.rb
+++ b/app/models/location.rb
@@ -3,6 +3,7 @@ class Location < ApplicationRecord
has_many :activities
has_many :characters
+ has_many :hearths
has_many :monster_spawns
validates :gid, :name, presence: true
end