提交 e91dd52d 编写于 作者: K Kasper Timm Hansen 提交者: GitHub

Merge pull request #26982 from bogdanvlviv/started_guide

Fix 'Getting Started with Rails' [ci skip]
......@@ -1655,8 +1655,8 @@ This creates five files and one empty directory:
| app/views/comments/ | Views of the controller are stored here |
| test/controllers/comments_controller_test.rb | The test for the controller |
| app/helpers/comments_helper.rb | A view helper file |
| app/assets/javascripts/comment.coffee | CoffeeScript for the controller |
| app/assets/stylesheets/comment.scss | Cascading style sheet for the controller |
| app/assets/javascripts/comments.coffee | CoffeeScript for the controller |
| app/assets/stylesheets/comments.scss | Cascading style sheet for the controller |
Like with any blog, our readers will create their comments directly after
reading the article, and once they have added their comment, will be sent back
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册