diff options
Diffstat (limited to 'app/models/info_request_event.rb')
-rw-r--r-- | app/models/info_request_event.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/models/info_request_event.rb b/app/models/info_request_event.rb index a184be2ac..6c0ccc585 100644 --- a/app/models/info_request_event.rb +++ b/app/models/info_request_event.rb @@ -15,14 +15,14 @@ # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. # Email: francis@mysociety.org; WWW: http://www.mysociety.org/ # -# $Id: info_request_event.rb,v 1.3 2008-01-04 11:19:18 francis Exp $ +# $Id: info_request_event.rb,v 1.4 2008-01-07 13:26:46 francis Exp $ class InfoRequestEvent < ActiveRecord::Base belongs_to :info_request validates_presence_of :info_request validates_presence_of :event_type - validates_inclusion_of :event_type, :in => ['sent', 'resent'] + validates_inclusion_of :event_type, :in => ['sent', 'resent', 'edit_outgoing'] # We store YAML version of parameters in the database def params=(params) |