X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/a12d4f62752f546f57421244e370e79965706ffb..04f827dd4647f3a7d6e5bd8f5e9083c730a8dccc:/config/routes.rb diff --git a/config/routes.rb b/config/routes.rb index ed0625d..d1092a0 100644 --- 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/create', + :controller => 'quickvote', + :action => 'create' + + 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'