aboutsummaryrefslogtreecommitdiffstats
path: root/config/routes.rb
diff options
context:
space:
mode:
authorfrancis <francis>2008-02-20 12:51:29 +0000
committerfrancis <francis>2008-02-20 12:51:29 +0000
commitfa2c655de7b795794b6de75ca0f6807f7c88a5ac (patch)
treed0ce6e67cfc677de8e922cdc39fb2ff10068db23 /config/routes.rb
parent5432e516c218e821f416e92fbcb3250bfe913d5c (diff)
Forgotten password stuff.
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 ec65a667c..494bfa41b 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.32 2008-01-29 03:05:48 francis Exp $
+# $Id: routes.rb,v 1.33 2008-02-20 12:51:30 francis Exp $
ActionController::Routing::Routes.draw do |map|
# The priority is based upon order of creation: first created -> highest priority.
@@ -27,6 +27,7 @@ ActionController::Routing::Routes.draw do |map|
user.signin '/signin', :action => 'signin'
user.signup '/signup', :action => 'signup'
user.signout '/signout', :action => 'signout'
+ user.signchange '/signchange', :action => 'signchange'
user.confirm '/c/:email_token', :action => 'confirm'
user.show_user '/user/:simple_name', :action => 'show'
end