We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6b54fd0 + 3b5b9f8 commit c742d7aCopy full SHA for c742d7a
1 file changed
app/models/rejection.rb
@@ -1,5 +1,5 @@
1
class Rejection < ActiveRecord::Base
2
- CODES = %w[no-action duplicate libellous offensive irrelevant honours]
+ CODES = %w[no-action duplicate libellous offensive irrelevant honours fake-name]
3
HIDDEN_CODES = %w[libellous offensive]
4
5
belongs_to :petition, touch: true
0 commit comments