Skip to content

Commit c742d7a

Browse files
author
Henry Hadlow
committed
Merge pull request #368 from alphagov/fix-new-rejection-code
Add fake name to rejection model
2 parents 6b54fd0 + 3b5b9f8 commit c742d7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/models/rejection.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
class Rejection < ActiveRecord::Base
2-
CODES = %w[no-action duplicate libellous offensive irrelevant honours]
2+
CODES = %w[no-action duplicate libellous offensive irrelevant honours fake-name]
33
HIDDEN_CODES = %w[libellous offensive]
44

55
belongs_to :petition, touch: true

0 commit comments

Comments
 (0)