X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/9b0a2aa570047ade920e3b4e828bcc0dd4596a80..0283f11b7fec9fcfb81093f9458e759ee7f91707:/app/controllers/front_controller.rb diff --git a/app/controllers/front_controller.rb b/app/controllers/front_controller.rb index 4e36ad4..8b8ae68 100644 --- a/app/controllers/front_controller.rb +++ b/app/controllers/front_controller.rb @@ -5,7 +5,7 @@ class FrontController < ApplicationController require_dependency "account" def index - @quickvotes = QuickVote.find(:all).sort {|a,b| a.enddate <=> b.enddate}[0..1] + @quickvotes = QuickVote.find(:all).sort {|a,b| b.startdate <=> a.startdate}[0..1] # if the person claims they are logged in if logged_in?