Fix missing account association in tombstone model (#9857)
This commit is contained in:
parent
2c118c9229
commit
960b3b2257
1 changed files with 1 additions and 0 deletions
|
@ -12,4 +12,5 @@
|
|||
#
|
||||
|
||||
class Tombstone < ApplicationRecord
|
||||
belongs_to :account
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue