X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/ecc97ad58e95f219f023888958e101f9dec1f83f..ed271a9bc9a0ec6928e7276d645541db6e5cb7c6:/config/routes.rb diff --git a/config/routes.rb b/config/routes.rb index cce54e9..f763da9 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -11,9 +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 'index.html', :controller => "site", :action => "index" - 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)/ }