Skip to content

Commit

Permalink
Wrap 'Missing template posts/new' error message in a blockquote for b…
Browse files Browse the repository at this point in the history
…etter formatting
  • Loading branch information
radar committed May 13, 2012
1 parent dbd131f commit 5f7caff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guides/source/getting_started.textile
Expand Up @@ -282,9 +282,9 @@ You're getting this error now because Rails expects plain actions like this one

In the above image, the bottom line has been truncated. Let's see what the full thing looks like:

<text>
<blockquote>
Missing template posts/new, application/new with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :coffee]}. Searched in: * "/path/to/blog/app/views"
</text>
</blockquote>

That's quite a lot of text! Let's quickly go through and understand what each part of it does.

Expand Down

0 comments on commit 5f7caff

Please sign in to comment.