From 2b44b1b89394e31382cb9e03b700802836711304 Mon Sep 17 00:00:00 2001 From: wanglinchun Date: Sat, 10 May 2014 09:27:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86=E7=AB=9E=E8=B5=9B=E4=B8=AD=E5=8F=82?= =?UTF-8?q?=E8=B5=9B=E4=BD=9C=E5=93=81=E5=88=97=E8=A1=A8=E6=8C=89=E7=85=A7?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E9=A1=BA=E5=BA=8F=E9=80=86=E5=BA=8F=E6=8E=92?= =?UTF-8?q?=E5=88=97=EF=BC=88=E9=92=88=E5=AF=B9=E5=8F=82=E8=B5=9B=E5=BA=94?= =?UTF-8?q?=E7=94=A8=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controllers/contests_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/contests_controller.rb b/app/controllers/contests_controller.rb index aca563421..85fa7244a 100644 --- a/app/controllers/contests_controller.rb +++ b/app/controllers/contests_controller.rb @@ -335,7 +335,7 @@ class ContestsController < ApplicationController end ##取出参赛应用 @softapplication = Softapplication.all - @contesting_softapplication = @contest.contesting_softapplications + @contesting_softapplication = @contest.contesting_softapplications.reverse @contesting_softapplication = paginateHelper @contesting_softapplication, 10