X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/5459df3cc567b3fd1bd11e365c928fd6a16dc49e..597d4add3416d06c2befb6368a06f6cea4215a39:/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)/ }