Fixed minor spelling errors on results pages, tried to fix quickvotes bug but unsucce...
[selectricity] / app / controllers / application.rb
index d8b256094b3436b1dc6e26d0c0f7aa41ae6ff321..7a725ba0f5e6df21d2585be0a6cfe3791040e1da 100644 (file)
@@ -47,6 +47,7 @@ class ApplicationController < ActionController::Base
 
   #both election_controller and quickvote_controller need this method
   def sort_candidates
+    
     @vote = Vote.find(params[:id])
 
     @vote.rankings.each do |ranking|

Benjamin Mako Hill || Want to submit a patch?