Skip to content

Commit

Permalink
Getting Started Guide: Update sentence in Chapter 5.8 [ci-skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
fgo committed Sep 27, 2013
1 parent a6e1a73 commit b41d321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/getting_started.md
Expand Up @@ -806,7 +806,7 @@ The route for this as per output of `rake routes` is:
posts GET /posts(.:format) posts#index 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 ```ruby
def index def index
Expand Down

0 comments on commit b41d321

Please sign in to comment.