class ElectionController < ApplicationController
model :raw_voter_list, :voter, :vote, :candidate
+ before_filter :login_required
+
## general methods for dealing with elections
####################################################################
def index