diff options
author | David Yip <yipdw@member.fsf.org> | 2018-04-04 13:55:42 -0500 |
---|---|---|
committer | David Yip <yipdw@member.fsf.org> | 2018-04-04 13:55:42 -0500 |
commit | bda1782cd864ed3aabb5a4d87359a1cb7595f4a6 (patch) | |
tree | 4ecb8623959b616fec9ab2a9c855048fb8c2da49 /app/models/account.rb | |
parent | 77b650b69c8146a2acf4e7d270343f89c9838690 (diff) | |
parent | 6611100480c86c07972c1223e7231c136966e11d (diff) |
Merge remote-tracking branch 'personal/merge/tootsuite/master' into gs-master
Diffstat (limited to 'app/models/account.rb')
-rw-r--r-- | app/models/account.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/models/account.rb b/app/models/account.rb index 4b73f1fa3..79d5bf742 100644 --- a/app/models/account.rb +++ b/app/models/account.rb @@ -97,6 +97,8 @@ class Account < ApplicationRecord has_many :reports has_many :targeted_reports, class_name: 'Report', foreign_key: :target_account_id + has_many :report_notes, dependent: :destroy + # Moderation notes has_many :account_moderation_notes, dependent: :destroy has_many :targeted_moderation_notes, class_name: 'AccountModerationNote', foreign_key: :target_account_id, dependent: :destroy |