mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix controller name in Getting Started
This commit is contained in:
parent
35e9812dfc
commit
d861ef6210
1 changed files with 1 additions and 1 deletions
|
@ -1430,7 +1430,7 @@ Associations](association_basics.html) guide.
|
||||||
|
|
||||||
### Adding a Route for Comments
|
### 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
|
knows where we would like to navigate to see `comments`. Open up the
|
||||||
`config/routes.rb` file again, and edit it as follows:
|
`config/routes.rb` file again, and edit it as follows:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue