about summary refs log tree commit diff
path: root/app/models/tombstone.rb
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2019-01-18 23:52:09 +0100
committerGitHub <noreply@github.com>2019-01-18 23:52:09 +0100
commit80768e2840d1dc412882343c035de114bd732532 (patch)
treed89ef88f9b1b9cabf292ff9e0bb31aa7e2b84688 /app/models/tombstone.rb
parentb59818d4abe6e8ccf3cdf411a3f65bada62d4a2b (diff)
Fix missing account association in tombstone model (#9857)
Diffstat (limited to 'app/models/tombstone.rb')
-rw-r--r--app/models/tombstone.rb1
1 files changed, 1 insertions, 0 deletions
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