Browse Source

Fix missing account association in tombstone model (#9857)

pull/4/head
Eugen Rochko 5 years ago
committed by GitHub
parent
commit
80768e2840
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app/models/tombstone.rb

+ 1
- 0
app/models/tombstone.rb View File

@ -12,4 +12,5 @@
#
class Tombstone < ApplicationRecord
belongs_to :account
end

Loading…
Cancel
Save