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