Skip to content

Commit

Permalink
Be explicit on where the show.html.erb is located
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonnoble committed Nov 13, 2011
1 parent 3e3872b commit 5e83491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/guides/source/getting_started.textile
Expand Up @@ -1011,7 +1011,7 @@ end

The +show+ action uses +Post.find+ to search for a single record in the database
by its id value. After finding the record, Rails displays it by using
+show.html.erb+:
+app/views/posts/show.html.erb+:

<erb>
<p class="notice"><%= notice %></p>
Expand Down

0 comments on commit 5e83491

Please sign in to comment.