Corrected typo on the 'show' page for election information.
[selectricity-live] / config / routes.rb
index e2f458d3e2afeed8eea48e44df290ed4b8c0b728..efd6a28e9fba914f696a9f78303ea6f3fc97ebc1 100644 (file)
@@ -17,7 +17,11 @@ ActionController::Routing::Routes.draw do |map|
 
   map.connect 'voter/:action',
               :controller => 'voter',
-              :requirements => { :action => /(review|confirm|authenticate|index|login|reminder)/ }
+              :requirements => { :action => /(review|confirm|authenticate|index|login|reminder|results)/ }
+
+  map.voteopen 'voter/open.:election_id',
+                   :controller => 'voter',
+                   :action => 'index'
 
   map.votepassword 'voter/:urlpassword',
                    :controller => 'voter',

Benjamin Mako Hill || Want to submit a patch?