Add legal
as report category (#23941)
This commit is contained in:
parent
e4fd9503ec
commit
67d17ce194
3 changed files with 7 additions and 0 deletions
|
@ -51,6 +51,7 @@ class Report < ApplicationRecord
|
|||
enum category: {
|
||||
other: 0,
|
||||
spam: 1_000,
|
||||
legal: 1_500,
|
||||
violation: 2_000,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue