X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/34c44145a77003ac4fcabd0b865f039bc24f97f4..171c0354e74b4fdd73e25ea05f5b2d23c0d1642f:/config/routes.rb diff --git a/config/routes.rb b/config/routes.rb index 735f5d7..82474df 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -12,7 +12,7 @@ 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 '/sitealizer/:action', :controller => 'sitealizer' map.connect 'quickvote/:action/:id', :controller => 'quickvote', :requirements => { :action => /(create|add_candidate|sort_candidates|my_quickvotes)/ }