X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/fc0a6a8d7ea15bcdb27ebdd58721401c7045c6e0..5f51982916827b84d73bfa8f3a98a9ee1d48d3ce:/app/controllers/election_controller.rb diff --git a/app/controllers/election_controller.rb b/app/controllers/election_controller.rb old mode 100755 new mode 100644 index 3a43c8e..a418c49 --- 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