friends/config/routes.rb

8 lines
220 B
Ruby
Raw Normal View History

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