From 5cbc48b9a0ed933e64f646e648a5c1726516cd8d Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Mon, 23 Aug 2021 00:52:23 -0400 Subject: add team picker --- config/routes.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'config') diff --git a/config/routes.rb b/config/routes.rb index 895a87c..11ba12b 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -1,5 +1,6 @@ Rails.application.routes.draw do root 'pages#index' + get 'teampicker', to: 'pages#teampicker' get 'random', to: 'machines#random' resources :machines resources :players -- cgit 1.4.1