Fix missing account association in tombstone model (#9857)
This commit is contained in:
parent
b59818d4ab
commit
80768e2840
|
@ -12,4 +12,5 @@
|
|||
#
|
||||
|
||||
class Tombstone < ApplicationRecord
|
||||
belongs_to :account
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue