X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/5fd5cba6038d0ed97adb735cd24cc70c26335a3e..57886e0afdac6da60651284daee1e088feb14537:/config/routes.rb diff --git a/config/routes.rb b/config/routes.rb index efd6a28..8ff6992 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -27,6 +27,10 @@ ActionController::Routing::Routes.draw do |map| :controller => 'voter', :action => 'index' + map.kiosk_ready 'voter/kiosk_ready/:urlpassword', + :controller => 'voter', + :action => 'kiosk_ready' + map.connect 'quickvote/:action/:id', :controller => 'quickvote', :requirements => { :action => /(create|add_candidate|sort_candidates|my_quickvotes)/ }