summaryrefslogtreecommitdiff
path: root/app/controllers
diff options
context:
space:
mode:
authorDavisLWebb <davislwebb@ymail.com>2014-03-06 22:21:15 -0500
committerDavisLWebb <davislwebb@ymail.com>2014-03-06 22:21:15 -0500
commit4b672af0e7893a9db1c059c97b06afeafb9c742c (patch)
treefe90776c39f82039953450d6154bb7bb26783d70 /app/controllers
parent3f6f212c1d50a0ae953104524ceffe94095307cf (diff)
committing changes I didnt make
Diffstat (limited to 'app/controllers')
-rw-r--r--app/controllers/matches_controller.rb2
1 files changed, 1 insertions, 1 deletions
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