1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

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

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