obdev-friends/config/routes.rb

4 lines
158 B
Ruby
Raw Normal View History

2023-12-14 15:50:35 -06:00
Rails.application.routes.draw do
get 'home/index'
# For details on the DSL available within this file, see https://guides.rubyonrails.org/routing.html
end