rails-caf/config/routes.rb
2022-02-06 15:04:32 +00:00

8 lines
213 B
Ruby

Rails.application.routes.draw do
resources :companies
# Define your application routes per the DSL in https://guides.rubyonrails.org/routing.html
# Defines the root path route ("/")
root "home#index"
end