X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/b82260b129b48f9da19e73e81e1e26b89c1f53e5..5c0ee5b1ddc17d080164253f2428babb9cd4dc64:/config/routes.rb diff --git a/config/routes.rb b/config/routes.rb index 96beafd..cce54e9 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -11,11 +11,12 @@ 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 'index.html', :controller => "site", :action => "index" map.connect '', :controller => "site", :action => "index" - + map.connect '/sitealizer/:action', :controller => 'sitealizer' 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',