Files
yearly-plan/config/routes.rb
0x8664b2 808ff56abc Genesis
2022-08-23 13:00:54 -07:00

7 lines
190 B
Ruby

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