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