X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/ffec26b00fc14b92f82137e1e3c62ce78c93ea24..ab4adc70d731a74110ea284e8747a4315a946c36:/config/routes.rb diff --git a/config/routes.rb b/config/routes.rb index 735f5d7..f763da9 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -11,8 +11,11 @@ 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 '', :controller => "site", :action => "index" - + map.connect '', :controller => "front" + + map.connect '/sitealizer/:action', :controller => 'sitealizer' + + map.connect 'quickvote/:action/:id', :controller => 'quickvote', :requirements => { :action => /(create|add_candidate|sort_candidates|my_quickvotes)/ }