From b66b189bd942a96b983d85f32455e4a13dfea8bd Mon Sep 17 00:00:00 2001 From: Thor77 Date: Sun, 25 Nov 2018 20:04:44 +0100 Subject: [PATCH] Add routes for TournamentsController --- config/routes.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/config/routes.rb b/config/routes.rb index b52f9d6..12e7419 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -5,4 +5,5 @@ Rails.application.routes.draw do resources :matches, only: %i[show] resources :teams, only: %i[show update] + resources :tournaments end