diff options
-rw-r--r-- | app/controllers/track_controller.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app/controllers/track_controller.rb b/app/controllers/track_controller.rb index f9d02111a..f32963342 100644 --- a/app/controllers/track_controller.rb +++ b/app/controllers/track_controller.rb @@ -5,9 +5,7 @@ # Copyright (c) 2008 UK Citizens Online Democracy. All rights reserved. # Email: francis@mysociety.org; WWW: http://www.mysociety.org/ # -# $Id: track_controller.rb,v 1.5 2008-04-09 01:32:52 francis Exp $ - -require 'feedparser' +# $Id: track_controller.rb,v 1.6 2008-04-09 02:56:47 francis Exp $ class TrackController < ApplicationController |