2
2
mirror of https://github.com/mastodon/mastodon synced 2025-04-12 00:56:38 +02:00

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 b59818d4ab
commit 80768e2840
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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