Skip to content

Commit

Permalink
Merge pull request #368 from alphagov/fix-new-rejection-code
Browse files Browse the repository at this point in the history
Add fake name to rejection model
  • Loading branch information
Henry Hadlow committed Aug 5, 2015
2 parents 6b54fd0 + 3b5b9f8 commit c742d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/rejection.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class Rejection < ActiveRecord::Base
CODES = %w[no-action duplicate libellous offensive irrelevant honours]
CODES = %w[no-action duplicate libellous offensive irrelevant honours fake-name]
HIDDEN_CODES = %w[libellous offensive]

belongs_to :petition, touch: true
Expand Down

0 comments on commit c742d7a

Please sign in to comment.