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