From b5946d5df7cae9c3816d6a671fa1155a556512c1 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 23 Nov 2021 12:02:23 +0100 Subject: [PATCH] Cut down on needlessly verbose comments --- .../rails/generators/rails/app/templates/config/routes.rb.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/railties/lib/rails/generators/rails/app/templates/config/routes.rb.tt b/railties/lib/rails/generators/rails/app/templates/config/routes.rb.tt index c3cb69218d..262ffd5472 100644 --- a/railties/lib/rails/generators/rails/app/templates/config/routes.rb.tt +++ b/railties/lib/rails/generators/rails/app/templates/config/routes.rb.tt @@ -1,6 +1,6 @@ Rails.application.routes.draw do - # For details on the DSL available within this file, see https://guides.rubyonrails.org/routing.html + # Define your application routes per the DSL in https://guides.rubyonrails.org/routing.html - # Almost every application defines a route for the root path ("/") at the top of this file. + # Defines the root path route ("/") # root "articles#index" end