Install sitealizer stats
[selectricity] / config / routes.rb
index 735f5d7c92f2448bf9ba945c624652a0e0b6e67c..82474df671b63add51df0e59463c75874aaebf78 100644 (file)
@@ -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)/ }

Benjamin Mako Hill || Want to submit a patch?