From 4b672af0e7893a9db1c059c97b06afeafb9c742c Mon Sep 17 00:00:00 2001 From: DavisLWebb Date: Thu, 6 Mar 2014 22:21:15 -0500 Subject: committing changes I didnt make --- app/controllers/matches_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/controllers') diff --git a/app/controllers/matches_controller.rb b/app/controllers/matches_controller.rb index 23d2700..f285c8e 100644 --- a/app/controllers/matches_controller.rb +++ b/app/controllers/matches_controller.rb @@ -1,5 +1,5 @@ class MatchesController < ApplicationController - before_action :set_tournament, only: [:index] + before_action :set_tournament, only: [:index, :new, :create] before_action :set_match, only: [:show, :edit, :update, :destroy] # GET /matches # GET /matches.json -- cgit v1.2.3-2-g168b