forked from treehouse/mastodon
Fix missing account association in tombstone model (#9857)
parent
b59818d4ab
commit
80768e2840
|
@ -12,4 +12,5 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
class Tombstone < ApplicationRecord
|
class Tombstone < ApplicationRecord
|
||||||
|
belongs_to :account
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue