1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Fixed matches show page

This commit is contained in:
2019-01-23 20:16:48 +00:00
parent 476bdfa650
commit 6073d9c331
2 changed files with 28 additions and 37 deletions

View File

@@ -5,6 +5,7 @@ class MatchesController < ApplicationController
# GET /matches/1
# GET /matches/1.json
def show
@tournament = @match.tournament
end