diff options
author | francis <francis> | 2008-04-24 23:52:59 +0000 |
---|---|---|
committer | francis <francis> | 2008-04-24 23:52:59 +0000 |
commit | 5a980feffda3b378867b534659d89be8edcb9cf4 (patch) | |
tree | 57996a67948afcce84d4cd63a85bf9bd7b8040e7 /app/controllers/track_controller.rb | |
parent | 1dc7f0e3ffd4ddc61759e033437569093672340e (diff) |
Change from acts_as_solr to acts_as_xapian
Diffstat (limited to 'app/controllers/track_controller.rb')
-rw-r--r-- | app/controllers/track_controller.rb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app/controllers/track_controller.rb b/app/controllers/track_controller.rb index 2a4ed9364..f3d83f776 100644 --- a/app/controllers/track_controller.rb +++ b/app/controllers/track_controller.rb @@ -5,7 +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.7 2008-04-18 01:57:43 francis Exp $ +# $Id: track_controller.rb,v 1.8 2008-04-24 23:52:59 francis Exp $ class TrackController < ApplicationController @@ -63,8 +63,7 @@ class TrackController < ApplicationController respond_to :atom end - # Delete a track -# def delete + # Change or delete a track def update track_thing = TrackThing.find(params[:track_id].to_i) |