mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Created bracket and extra flag for wrestler
This commit is contained in:
@@ -22,6 +22,7 @@ class StaticPagesController < ApplicationController
|
||||
|
||||
end
|
||||
def brackets
|
||||
|
||||
if params[:weight]
|
||||
@weight = Weight.find(params[:weight])
|
||||
@tournament = Tournament.find(@weight.tournament_id)
|
||||
|
||||
Reference in New Issue
Block a user