Fix missing account association in tombstone model (#9857)

This commit is contained in:
Eugen Rochko 2019-01-18 23:52:09 +01:00 committed by GitHub
parent 2c118c9229
commit 960b3b2257

View file

@ -12,4 +12,5 @@
#
class Tombstone < ApplicationRecord
belongs_to :account
end