Set login#root to index page

This commit is contained in:
Marco Zeisler 2020-04-06 20:42:14 +02:00
parent 269d233c10
commit e769fffed7

View File

@ -36,4 +36,5 @@ Rails.application.routes.draw do
get 'courses/destroy' get 'courses/destroy'
get 'login/index' get 'login/index'
# For details on the DSL available within this file, see https://guides.rubyonrails.org/routing.html # For details on the DSL available within this file, see https://guides.rubyonrails.org/routing.html
root 'login#index'
end end