diff options
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 |