Skip to content
Snippets Groups Projects

Store abuse report labels separate from project/group labels

Merged Eugie Limpin requested to merge el-separate-abuse-report-labels-db-table into master
All threads resolved!
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -3,7 +3,7 @@
@@ -3,7 +3,7 @@
module AntiAbuse
module AntiAbuse
module Reports
module Reports
class Label < ApplicationRecord
class Label < ApplicationRecord
include LabelConcern
include BaseLabel
self.table_name = 'abuse_report_labels'
self.table_name = 'abuse_report_labels'
Loading