Updated the system to Rails 1.2.
[selectricity] / app / controllers / election_controller.rb
old mode 100755 (executable)
new mode 100644 (file)
index 3a43c8e..a418c49
@@ -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?