提交 287014d7 编写于 作者: Y Yves Senn

Merge pull request #12366 from francisgo/patch-4

Getting Started Guide: Update sentence in Chapter 5.8 [ci-skip]
......@@ -806,7 +806,7 @@ The route for this as per output of `rake routes` is:
posts GET /posts(.:format) posts#index
```
And an action for that route inside the `PostsController` in the `app/controllers/posts_controller.rb` file:
Add the corresponding `index` action for that route inside the `PostsController` in the `app/controllers/posts_controller.rb` file:
```ruby
def index
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册