diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-06-10 10:04:29 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-06-10 10:04:29 +0100 |
commit | 42870985da06418461c847563fa860c11b4094a1 (patch) | |
tree | 76681986b43aa65c212230e984b504b7c99d3135 /app/controllers/track_controller.rb | |
parent | 9f15eb5b84f2a78c202ff7ad9155cfca9a0f3ed1 (diff) |
Rename XXX comments with TODO:
Picks these up in `rake notes` and adds semantic meaning
Diffstat (limited to 'app/controllers/track_controller.rb')
-rw-r--r-- | app/controllers/track_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/track_controller.rb b/app/controllers/track_controller.rb index dccc52efc..c15fb573d 100644 --- a/app/controllers/track_controller.rb +++ b/app/controllers/track_controller.rb @@ -82,7 +82,7 @@ class TrackController < ApplicationController def track_search_query @query = params[:query_array] - # XXX more hackery to make alternate formats still work with query_array + # TODO: more hackery to make alternate formats still work with query_array if /^(.*)\.json$/.match(@query) @query = $1 params[:format] = "json" |