X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/ed271a9bc9a0ec6928e7276d645541db6e5cb7c6..57886e0afdac6da60651284daee1e088feb14537:/config/routes.rb diff --git a/config/routes.rb b/config/routes.rb index f763da9..8ff6992 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -15,6 +15,21 @@ 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|results)/ } + + map.voteopen 'voter/open.:election_id', + :controller => 'voter', + :action => 'index' + + map.votepassword 'voter/:urlpassword', + :controller => 'voter', + :action => 'index' + + map.kiosk_ready 'voter/kiosk_ready/:urlpassword', + :controller => 'voter', + :action => 'kiosk_ready' map.connect 'quickvote/:action/:id', :controller => 'quickvote',