about summary refs log tree commit diff
path: root/app/models/report.rb
diff options
context:
space:
mode:
authorThibG <thib@sitedethib.com>2020-12-15 04:30:15 +0100
committerGitHub <noreply@github.com>2020-12-15 04:30:15 +0100
commit1390cc194bd07b85fe36e31a0cab22981315974d (patch)
tree27a181069ada860864acbaa90aa8de76e54607e4 /app/models/report.rb
parent7c800fa80188872805091f733c919d6b07b3936e (diff)
Add indication to admin UI of whether a report has been forwarded (#13237)
* Add indication to admin UI of whether a report has been forwarded

* Rework how forwarded status is displayed

Co-authored-by: Claire <claire.github-309c@sitedethib.com>
Diffstat (limited to 'app/models/report.rb')
-rw-r--r--app/models/report.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/report.rb b/app/models/report.rb
index f31bcfd2e..cd08120e4 100644
--- a/app/models/report.rb
+++ b/app/models/report.rb
@@ -14,6 +14,7 @@
 #  target_account_id          :bigint(8)        not null
 #  assigned_account_id        :bigint(8)
 #  uri                        :string
+#  forwarded                  :boolean
 #
 
 class Report < ApplicationRecord