diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2019-01-18 23:52:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-18 23:52:09 +0100 |
commit | 80768e2840d1dc412882343c035de114bd732532 (patch) | |
tree | d89ef88f9b1b9cabf292ff9e0bb31aa7e2b84688 /app | |
parent | b59818d4abe6e8ccf3cdf411a3f65bada62d4a2b (diff) |
Fix missing account association in tombstone model (#9857)
Diffstat (limited to 'app')
-rw-r--r-- | app/models/tombstone.rb | 1 |
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 |