From 1c8e3af5f4d5d66aadd0a76d0a01be02b692e267 Mon Sep 17 00:00:00 2001 From: Jacob Cody Wimer Date: Tue, 21 Dec 2021 02:04:08 +0000 Subject: [PATCH] Fixed navbar on school show page --- app/controllers/schools_controller.rb | 1 + 1 file changed, 1 insertion(+) 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