1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Be explicit on where the show.html.erb is located

This commit is contained in:
Jason Noble 2011-11-13 01:40:28 -07:00
parent 3e3872b598
commit 5e83491e97

View file

@ -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>