Files

7 lines
190 B
Ruby
Raw Permalink Normal View History

2022-08-23 13:00:54 -07:00
Rails.application.routes.draw do
# Define your application routes per the DSL in https://guides.rubyonrails.org/routing.html
# Defines the root path route ("/")
root "home#index"
end