mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Added matches scaffold and ascended views of weights and schools
This commit is contained in:
@@ -10,7 +10,7 @@ class WeightsController < ApplicationController
|
||||
# GET /weights/1
|
||||
# GET /weights/1.json
|
||||
def show
|
||||
@wrestler = Wrestler.all
|
||||
@wrestlers = Wrestler.all
|
||||
@tournament = Tournament.find(@weight.tournament_id)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user