friends2/config/routes.rb

8 lines
226 B
Ruby
Raw Permalink Normal View History

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