fixed up a series of things in prepration for the stress test on friday
[selectricity] / app / controllers / application.rb
index 7be877afa8cbf011e4da5385feae4fe0a6d35f05..bdd11e8c425f98ce927c8d950a5fbdd7977b4c91 100644 (file)
@@ -36,7 +36,6 @@ class ApplicationController < ActionController::Base
 
   #both election_controller and quickvote_controller need this method
   def sort_candidates
 
   #both election_controller and quickvote_controller need this method
   def sort_candidates
-    
     @vote = Vote.find(params[:id])
     
     @vote.rankings.each do |ranking|
     @vote = Vote.find(params[:id])
     
     @vote.rankings.each do |ranking|

Benjamin Mako Hill || Want to submit a patch?