X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/ed271a9bc9a0ec6928e7276d645541db6e5cb7c6..0283f11b7fec9fcfb81093f9458e759ee7f91707:/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',