summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/controllers/tournaments_controller.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/controllers/tournaments_controller.rb b/app/controllers/tournaments_controller.rb
index e115f18..fdb80aa 100644
--- a/app/controllers/tournaments_controller.rb
+++ b/app/controllers/tournaments_controller.rb
@@ -15,8 +15,7 @@ class TournamentsController < ApplicationController
when 0
render action: 'show'
when 1
- #redirect_to tournament_matches_page(@tournament)
- redirect_to "/tournaments/" + @tournament.id.to_s + "/matches"
+ redirect_to tournament_matches_path(@tournament)
when 2
redirect_to tournaments_page
end