diff options
author | angie <angie> | 2008-04-24 22:50:03 +0000 |
---|---|---|
committer | angie <angie> | 2008-04-24 22:50:03 +0000 |
commit | ab28b4652dd246f2ec59285f1521e896f2b6f2f7 (patch) | |
tree | 4a87ba7594310245b6889ab5281a5f4616265346 /app/models/info_request_event.rb | |
parent | 10dbed55e951113fca961785423c418272d7b747 (diff) |
many design things
Diffstat (limited to 'app/models/info_request_event.rb')
-rw-r--r-- | app/models/info_request_event.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/models/info_request_event.rb b/app/models/info_request_event.rb index 60253df3b..e8e1ecaa5 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.38 2008-04-21 16:44:06 francis Exp $ +# $Id: info_request_event.rb,v 1.39 2008-04-24 22:50:03 angie Exp $ class InfoRequestEvent < ActiveRecord::Base belongs_to :info_request @@ -184,7 +184,6 @@ class InfoRequestEvent < ActiveRecord::Base end end - end |