aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/info_request_event.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/info_request_event.rb')
-rw-r--r--app/models/info_request_event.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/models/info_request_event.rb b/app/models/info_request_event.rb
index a89e98cad..6b4de75ab 100644
--- a/app/models/info_request_event.rb
+++ b/app/models/info_request_event.rb
@@ -20,7 +20,7 @@
# 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.40 2008-04-24 23:52:59 francis Exp $
+# $Id: info_request_event.rb,v 1.41 2008-04-29 16:23:31 francis Exp $
class InfoRequestEvent < ActiveRecord::Base
belongs_to :info_request
@@ -185,7 +185,6 @@ class InfoRequestEvent < ActiveRecord::Base
raise "unknown status " + status
end
end
-
end