X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/a12d4f62752f546f57421244e370e79965706ffb..fc0a6a8d7ea15bcdb27ebdd58721401c7045c6e0:/config/routes.rb diff --git a/config/routes.rb b/config/routes.rb old mode 100644 new mode 100755 index ed0625d..e400b5d --- a/config/routes.rb +++ b/config/routes.rb @@ -12,6 +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.quickaction 'quickvote/:votename/:action', + :controller => 'quickvote', + :requirements => { :action => /(change|confirm|results)/ } + + map.quickvote 'quickvote/:votename', + :controller => 'quickvote', + :action => 'index' # Allow downloading Web Service WSDL as a file with an extension # instead of a file named 'wsdl'