X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/75091532075247ae9c47164ea883f4fe803eddf4..fc0a6a8d7ea15bcdb27ebdd58721401c7045c6e0:/config/routes.rb diff --git a/config/routes.rb b/config/routes.rb old mode 100644 new mode 100755 index af9820f..e400b5d --- a/config/routes.rb +++ b/config/routes.rb @@ -12,18 +12,18 @@ ActionController::Routing::Routes.draw do |map| # You can have the root of your site routed by hooking up '' # -- just remember to delete public/index.html. map.connect '', :controller => "site" + + map.connect 'quickvote/:action/:id', + :controller => 'quickvote', + :requirements => { :action => /(create|add_candidate|sort_candidates)/ } - map.connect 'quickvote/create', - :controller => 'site', - :action => 'create_quickvote' - - map.quickconfirm 'quickvote/:votename/confirm', - :controller => 'voter', - :action => 'confirm' + map.quickaction 'quickvote/:votename/:action', + :controller => 'quickvote', + :requirements => { :action => /(change|confirm|results)/ } map.quickvote 'quickvote/:votename', - :controller => 'voter', - :action => 'quickvote' + :controller => 'quickvote', + :action => 'index' # Allow downloading Web Service WSDL as a file with an extension # instead of a file named 'wsdl'