summaryrefslogtreecommitdiff
path: root/config/routes.rb
blob: 0cdd7e0763b783a8af3d00203fd01c736960d191 (plain)
1
2
3
4
Rails.application.routes.draw do
  # For details on the DSL available within this file, see https://guides.rubyonrails.org/routing.html
  root "home#index", as: :home
end