mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-02 13:15:27 +00:00
Preliminary bracket print page
This commit is contained in:
@@ -41,6 +41,12 @@ class StaticPagesController < ApplicationController
|
||||
@wrestlers = Wrestler.where(weight_id: @weight.id)
|
||||
end
|
||||
end
|
||||
|
||||
def all_brackets
|
||||
if params[:tournament]
|
||||
@tournament = Tournament.find(params[:tournament])
|
||||
end
|
||||
end
|
||||
|
||||
def weights
|
||||
if params[:tournament]
|
||||
|
||||
Reference in New Issue
Block a user