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

Merge pull request #19483 from yui-knk/fix/getting_started

[ci skip] Fix an object of `reference`
This commit is contained in:
Zachary Scott 2015-03-29 12:52:19 -07:00
commit e8a334a9ee

View file

@ -1510,7 +1510,7 @@ comments on articles.
We're going to see the same generator that we used before when creating
the `Article` model. This time we'll create a `Comment` model to hold
reference of article comments. Run this command in your terminal:
reference to an article. Run this command in your terminal:
```bash
$ bin/rails generate model Comment commenter:string body:text article:references