Fix controller name in Getting Started

This commit is contained in:
Thais Kusuki 2021-03-01 22:30:57 -03:00
parent 35e9812dfc
commit d861ef6210
1 changed files with 1 additions and 1 deletions

View File

@ -1430,7 +1430,7 @@ Associations](association_basics.html) guide.
### Adding a Route for Comments
As with the `welcome` controller, we will need to add a route so that Rails
As with the `articles` controller, we will need to add a route so that Rails
knows where we would like to navigate to see `comments`. Open up the
`config/routes.rb` file again, and edit it as follows: