]> cat aescling's git repositories - mastodon.git/commitdiff
Fix missing account association in tombstone model (#9857)
authorEugen Rochko <eugen@zeonfederated.com>
Fri, 18 Jan 2019 22:52:09 +0000 (23:52 +0100)
committerGitHub <noreply@github.com>
Fri, 18 Jan 2019 22:52:09 +0000 (23:52 +0100)
app/models/tombstone.rb

index 35b7337ff951b456a66d92b7b2e135096826ff03..997bb65fd068c4b0f33e8ba03e363e3338de1e4e 100644 (file)
@@ -12,4 +12,5 @@
 #
 
 class Tombstone < ApplicationRecord
+  belongs_to :account
 end