summaryrefslogtreecommitdiff
path: root/app/models/hearth.rb
blob: 8885a08793e944d4505762a650710cdceb94bf9a (plain)
1
2
3
class Hearth < ApplicationRecord
  belongs_to :character
end