Skip to content

Commit

Permalink
doc backport for getting started - "Showing Posts" section. [ci skip]
Browse files Browse the repository at this point in the history
Closes #13619.
  • Loading branch information
senny committed Jan 7, 2014
1 parent bfbf8ab commit 2051231
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion guides/source/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,10 @@ If you submit the form again now, Rails will complain about not finding
the `show` action. That's not very useful though, so let's add the
`show` action before proceeding.

```ruby
As we have seen in the output of `rake routes`, the route for `show` action is
as follows:

```
post GET /posts/:id(.:format) posts#show
```

Expand Down

0 comments on commit 2051231

Please sign in to comment.