aboutsummaryrefslogtreecommitdiffstats
path: root/config/routes.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 083accc9e..0b26ce530 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -4,7 +4,7 @@
# Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved.
# Email: francis@mysociety.org; WWW: http://www.mysociety.org/
#
-# $Id: routes.rb,v 1.57 2008-04-30 00:57:20 francis Exp $
+# $Id: routes.rb,v 1.58 2008-05-12 01:37:50 francis Exp $
ActionController::Routing::Routes.draw do |map|
@@ -61,6 +61,7 @@ ActionController::Routing::Routes.draw do |map|
map.with_options :controller => 'track' do |track|
track.track_request 'track/request/:url_title', :action => 'track_request'
+ track.track_new_requests 'track/new_requests', :action => 'track_new_requests'
track.update 'track/update/:track_id', :action => 'update'
track.atom_feed 'track/feed/:track_id', :action => 'atom_feed'
end