X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/45532efec547148def34ac29a1ea1c9652420d37..5901217a8893619fbdb02d540c08390f92eae368:/config/routes.rb diff --git a/config/routes.rb b/config/routes.rb index f763da9..e2f458d 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -15,6 +15,13 @@ ActionController::Routing::Routes.draw do |map| map.connect '/sitealizer/:action', :controller => 'sitealizer' + map.connect 'voter/:action', + :controller => 'voter', + :requirements => { :action => /(review|confirm|authenticate|index|login|reminder)/ } + + map.votepassword 'voter/:urlpassword', + :controller => 'voter', + :action => 'index' map.connect 'quickvote/:action/:id', :controller => 'quickvote',