X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/4ef17d5cb30800c33e325d1777cdd4ccd4611a54..b82260b129b48f9da19e73e81e1e26b89c1f53e5:/config/routes.rb diff --git a/config/routes.rb b/config/routes.rb index ee64eab..96beafd 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -17,11 +17,11 @@ ActionController::Routing::Routes.draw do |map| :controller => 'quickvote', :requirements => { :action => /(create|add_candidate|sort_candidates)/ } - map.quickaction 'quickvote/:votename/:action', + map.quickaction 'quickvote/:ident/:action', :controller => 'quickvote', :requirements => { :action => /(change|confirm|results)/ } - map.quickvote 'quickvote/:votename', + map.quickvote 'quickvote/:ident', :controller => 'quickvote', :action => 'index' # Allow downloading Web Service WSDL as a file with an extension