You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: actionpack/lib/action_dispatch/middleware/templates/rescues/missing_exact_template.html.erb
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,10 @@
7
7
8
8
<divclass="summary">
9
9
<p>
10
-
<strong>NOTE:</strong>Rails usually expects a controller action to render a view template with the same name.
10
+
<strong>NOTE:</strong>Rails usually expects a controller action to render a view template with the same name.
11
11
</p>
12
12
<p>
13
-
For example, a <code>BooksController#index</code> action defined in <code>app/controller/books_controller.rb</code> should have a corresponding view template
13
+
For example, a <code>BooksController#index</code> action defined in <code>app/controllers/books_controller.rb</code> should have a corresponding view template
14
14
in a file named <code>app/views/books/index.html.erb</code>.
0 commit comments