From 64152ae336af48cc7b9908982f2edb0b816eaf4d Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 29 Apr 2014 10:30:12 -0400 Subject: delete yaml stuff >:( --- app/controllers/matches_controller.rb | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/controllers/matches_controller.rb b/app/controllers/matches_controller.rb index e944983..f713dff 100644 --- a/app/controllers/matches_controller.rb +++ b/app/controllers/matches_controller.rb @@ -13,12 +13,6 @@ class MatchesController < ApplicationController # GET /tournaments/1/matches/1 # GET /tournaments/1/matches/1.json def show - if @match.tournament_stage.tournament.game_id == 1 - file_blue = "blue.yaml" - file_purple = "purple.yaml" - @blue2 = YAML.load_file(file_blue) - @purp2 = YAML.load_file(file_purple) - end end # PATCH/PUT /tournaments/1/matches/1 -- cgit v1.2.3