2023-05-10 14:29:15 +01:00

9 lines
231 B
Ruby

Rails.application.routes.draw do
resources :domains
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