diff --git a/app/controllers/schools_controller.rb b/app/controllers/schools_controller.rb index 7740d5e..0d25823 100644 --- a/app/controllers/schools_controller.rb +++ b/app/controllers/schools_controller.rb @@ -11,6 +11,7 @@ class SchoolsController < ApplicationController # GET /schools/1 # GET /schools/1.json def show + session.delete(:return_path) @wrestlers = @school.wrestlers.includes(:deductedPoints,:matches,:weight) @tournament = @school.tournament end