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
@@ -116,7 +115,7 @@ The following parameters can be those that you defined in your routes.
116
115
117
116
### View Name
118
117
119
-
By default, DetailController will search for a view with the name of the "art-page-class" class new, and you will also be able to override it in the **templateName** method
118
+
By default, DetailController will search for a view with the name of the "article-page" class new, and you will also be able to override it in the **templateName** method
120
119
121
120
Note the auxiliary methods **templatePrefix** and **templateSuffix**. <br>
122
121
If you define them, the data will be appended to the name of the view returned by the method **templateName**
By default, the name of the view will be appended with the suffix **- list**, but you can undo or override this behavior in the corresponding method, of course.
181
180
182
181
## P.S.
183
-
This is a small set of possibilities. But I think in the future I will expand it if necessary.
182
+
This is a small set of possibilities. But I think in the future I will expand it if necessary.
0 commit comments