diff --git a/app/controllers/schools_controller.rb b/app/controllers/schools_controller.rb index f1e096b..81c5039 100644 --- a/app/controllers/schools_controller.rb +++ b/app/controllers/schools_controller.rb @@ -6,7 +6,7 @@ class SchoolsController < ApplicationController # GET /schools/1 # GET /schools/1.json def show - @wrestlers = @school.wrestlers + @wrestlers = @school.wrestlers.includes(:deductedPoints,:matches,:weight) @tournament = @school.tournament end