+ map.connect 'voter/:action',
+ :controller => 'voter',
+ :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',
+ :action => 'index'