Cut down on needlessly verbose comments

This commit is contained in:
David Heinemeier Hansson 2021-11-23 12:02:23 +01:00
parent de1601921b
commit b5946d5df7
1 changed files with 2 additions and 2 deletions

View File

@ -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