From: Eugen Rochko Date: Fri, 18 Jan 2019 22:52:09 +0000 (+0100) Subject: Fix missing account association in tombstone model (#9857) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=80768e2840d1dc412882343c035de114bd732532;p=mastodon.git Fix missing account association in tombstone model (#9857) --- diff --git a/app/models/tombstone.rb b/app/models/tombstone.rb index 35b7337ff..997bb65fd 100644 --- a/app/models/tombstone.rb +++ b/app/models/tombstone.rb @@ -12,4 +12,5 @@ # class Tombstone < ApplicationRecord + belongs_to :account end