# 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|my_quickvotes)/ }