diff --git a/app/controllers/schools_controller.rb b/app/controllers/schools_controller.rb index bcee0db..540f4fa 100644 --- a/app/controllers/schools_controller.rb +++ b/app/controllers/schools_controller.rb @@ -13,6 +13,7 @@ class SchoolsController < ApplicationController def show session.delete(:return_path) @wrestlers = @school.wrestlers.includes(:deductedPoints,:matches,:weight,:school) + @tournament = @school.tournament end # GET /schools/new