diff options
author | francis <francis> | 2008-04-09 02:56:47 +0000 |
---|---|---|
committer | francis <francis> | 2008-04-09 02:56:47 +0000 |
commit | 2dacb5051407f1f31511187c9b50574fb013a96e (patch) | |
tree | 86ba608c475c507b247bb6775b65756e6f44d1ee /app/controllers/track_controller.rb | |
parent | cb493d5e4f0faf08f0ac982e1bf8437bb082e6d7 (diff) |
Oops
Diffstat (limited to 'app/controllers/track_controller.rb')
-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 |