diff options
Diffstat (limited to 'app/models/outgoing_message.rb')
-rw-r--r-- | app/models/outgoing_message.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/outgoing_message.rb b/app/models/outgoing_message.rb index 18cd08ab1..4ec652e0c 100644 --- a/app/models/outgoing_message.rb +++ b/app/models/outgoing_message.rb @@ -34,7 +34,7 @@ class OutgoingMessage < ActiveRecord::Base validates_presence_of :info_request validates_inclusion_of :status, :in => ['ready', 'sent', 'failed'] - validates_inclusion_of :message_type, :in => ['initial_request', 'followup' ] #, 'complaint'] + validates_inclusion_of :message_type, :in => ['initial_request', 'followup'] validate :format_of_body belongs_to :info_request |