From c4a3a6da097eb077d14eb4cd90a6650dc6c1a10e Mon Sep 17 00:00:00 2001 From: yui-knk Date: Tue, 24 Mar 2015 08:48:11 +0900 Subject: [ci skip] Change to a singular form (`the comment model`) --- guides/source/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides') diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md index 51b8a2ca5f..a6bc14ed7b 100644 --- a/guides/source/getting_started.md +++ b/guides/source/getting_started.md @@ -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`: -- cgit v1.2.3