From b41d3210e3d5fb32636ab7245496ef1714069114 Mon Sep 17 00:00:00 2001 From: Francis Go Date: Fri, 27 Sep 2013 21:22:09 +1000 Subject: Getting Started Guide: Update sentence in Chapter 5.8 [ci-skip] --- guides/source/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/source') diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md index 5576b23d91..a5db4a2670 100644 --- a/guides/source/getting_started.md +++ b/guides/source/getting_started.md @@ -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 -- cgit v1.2.3