X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/0a0f0590b1964f3e2b230dc5b9eff0553bddafe2..6fdb49ee0dfc76980bcefb18968d1e1c55c8149c:/config/routes.rb diff --git a/config/routes.rb b/config/routes.rb index 96beafd..735f5d7 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -15,7 +15,7 @@ ActionController::Routing::Routes.draw do |map| map.connect 'quickvote/:action/:id', :controller => 'quickvote', - :requirements => { :action => /(create|add_candidate|sort_candidates)/ } + :requirements => { :action => /(create|add_candidate|sort_candidates|my_quickvotes)/ } map.quickaction 'quickvote/:ident/:action', :controller => 'quickvote',