Ruby 3.2.2 and Rails 7.0.4.3

This commit is contained in:
2023-05-09 17:40:41 +01:00
parent c1aa329c61
commit 369aae721c
5 changed files with 79 additions and 79 deletions

View File

@@ -2,5 +2,5 @@ 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 "articles#index"
root "home#index"
end