diff --git a/app/models/rejection.rb b/app/models/rejection.rb index 56d29e047..1a023d9d9 100644 --- a/app/models/rejection.rb +++ b/app/models/rejection.rb @@ -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