mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02: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 New Issue
Block a user