X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/5901217a8893619fbdb02d540c08390f92eae368..6b988cf46f0efdcad41e51c425e4ea2d462f5425:/config/routes.rb diff --git a/config/routes.rb b/config/routes.rb index e2f458d..efd6a28 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -17,7 +17,11 @@ ActionController::Routing::Routes.draw do |map| map.connect 'voter/:action', :controller => 'voter', - :requirements => { :action => /(review|confirm|authenticate|index|login|reminder)/ } + :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',