1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-04 22:03:49 +00:00

Updating views

This commit is contained in:
2015-11-18 13:11:47 +00:00
parent 67727c6391
commit 0ba25da89a
5 changed files with 18 additions and 6 deletions

View File

@@ -60,7 +60,7 @@ class TournamentsController < ApplicationController
def team_scores
@schools = @tournament.schools
@schools.sort_by{|s| s.score}.reverse!
@schools = @schools.sort_by{|s| s.pageScore}.reverse!
end