mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-30 02:23:47 +00:00
Fix missing account association in tombstone model (#9857)
This commit is contained in:
parent
b59818d4ab
commit
80768e2840
|
@ -12,4 +12,5 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
class Tombstone < ApplicationRecord
|
class Tombstone < ApplicationRecord
|
||||||
|
belongs_to :account
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue