mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
[ci skip] Change to a singular form (the comment model
)
This commit is contained in:
parent
39dfbf0b9c
commit
c4a3a6da09
1 changed files with 1 additions and 1 deletions
|
@ -1521,7 +1521,7 @@ This command will generate four files:
|
|||
| -------------------------------------------- | ------------------------------------------------------------------------------------------------------ |
|
||||
| db/migrate/20140120201010_create_comments.rb | Migration to create the comments table in your database (your name will include a different timestamp) |
|
||||
| app/models/comment.rb | The Comment model |
|
||||
| test/models/comment_test.rb | Testing harness for the comments model |
|
||||
| test/models/comment_test.rb | Testing harness for the comment model |
|
||||
| test/fixtures/comments.yml | Sample comments for use in testing |
|
||||
|
||||
First, take a look at `app/models/comment.rb`:
|
||||
|
|
Loading…
Reference in a new issue