Updated the system to Rails 1.2.
[selectricity-live] / app / controllers / election_controller.rb
index 3a43c8e2dabb7ec613d5943e082032c1ca3a145d..a418c49337682a523fc418d9a450395ddb0c1289 100644 (file)
@@ -2,7 +2,7 @@ class ElectionController < ApplicationController
   model :raw_voter_list, :voter, :vote, :candidate
   layout 'hc'
 
-  before_filter :login_required
+  #before_filter :login_required
 
   ## methods for displaying, creating,
   ## and manipulating election overview data

Benjamin Mako Hill || Want to submit a patch?