X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/404bd293fe621a270748df828c67e507b350920b..8dc61228b74613a5e585ef0a8cf7b4352e208717:/config/routes.rb diff --git a/config/routes.rb b/config/routes.rb index c914447..e400b5d 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -15,8 +15,7 @@ ActionController::Routing::Routes.draw do |map| map.connect 'quickvote/:action/:id', :controller => 'quickvote', - :requirements => { :action => /(create|add_candidate)/ } - + :requirements => { :action => /(create|add_candidate|sort_candidates)/ } map.quickaction 'quickvote/:votename/:action', :controller => 'quickvote',