mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Be explicit on where the show.html.erb is located
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user