2023-05-10 08:58:43 +01:00

8 lines
210 B
Ruby

Rails.application.routes.draw do
devise_for :users
# Define your application routes per the DSL in https://guides.rubyonrails.org/routing.html
# Defines the root path route ("/")
root "home#index"
end