X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/34fe63727a8929d7e9c529feee1f0c1e827acdfa..afa6b59aed60497d059af87c049c0b4f1a6c8b6c:/app/controllers/election_controller.rb diff --git a/app/controllers/election_controller.rb b/app/controllers/election_controller.rb index 3a43c8e..a418c49 100644 --- a/app/controllers/election_controller.rb +++ b/app/controllers/election_controller.rb @@ -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