1
0
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:
vagrant
2015-02-06 03:01:17 +00:00
parent e9cf73f9d5
commit f4059009ba
6 changed files with 144 additions and 3 deletions

View File

@@ -22,6 +22,7 @@ class StaticPagesController < ApplicationController
end
def brackets
if params[:weight]
@weight = Weight.find(params[:weight])
@tournament = Tournament.find(@weight.tournament_id)