aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/track_controller.rb
diff options
context:
space:
mode:
authorMatthew Landauer <matthew@openaustralia.org>2013-02-13 19:15:51 +1100
committerMatthew Landauer <matthew@openaustralia.org>2013-02-15 12:22:23 +1100
commitba15c9b78dca182f74281d7354e77942860259e7 (patch)
treed41be388f194bc3bdbc58c08c07341e948626a31 /app/controllers/track_controller.rb
parent8e8f8bb435ad66deaf9d7a9eb1ec221fde3540d2 (diff)
Rename helper method
Diffstat (limited to 'app/controllers/track_controller.rb')
-rw-r--r--app/controllers/track_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/track_controller.rb b/app/controllers/track_controller.rb
index 15da7f327..e2be3c7d0 100644
--- a/app/controllers/track_controller.rb
+++ b/app/controllers/track_controller.rb
@@ -19,7 +19,7 @@ class TrackController < ApplicationController
return atom_feed_internal if params[:feed] == 'feed'
if self.track_set
- redirect_to request_url(@info_request)
+ redirect_to request_path(@info_request)
end
end