From e769fffed74639967062c845998f40f86735bc75 Mon Sep 17 00:00:00 2001 From: Marco Zeisler Date: Mon, 6 Apr 2020 20:42:14 +0200 Subject: [PATCH] Set login#root to index page --- config/routes.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/config/routes.rb b/config/routes.rb index 0988139..dbf9e15 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -36,4 +36,5 @@ Rails.application.routes.draw do get 'courses/destroy' get 'login/index' # For details on the DSL available within this file, see https://guides.rubyonrails.org/routing.html + root 'login#index' end