Skip to content

Commit

Permalink
Make explicit that the view file need to be created [ci skip]
Browse files Browse the repository at this point in the history
Closes #13566
  • Loading branch information
rafaelfranca committed Jan 1, 2014
1 parent a7094f5 commit 0b4905d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/getting_started.md
Expand Up @@ -816,7 +816,7 @@ def index
end
```

And then finally a view for this action, located at `app/views/posts/index.html.erb`:
And then finally, add view for this action, located at `app/views/posts/index.html.erb`:

```html+erb
<h1>Listing posts</h1>
Expand Down

0 comments on commit 0b4905d

Please sign in to comment.