Skip to content

Commit df966fa

Browse files
committed
docs: add section title
1 parent 6c1f879 commit df966fa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

user_guide_src/source/incoming/controllers.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,9 @@ The method will be passed URI segments 2 and 3 (``'15'`` and ``'edit'``):
331331
Auto Routing (Improved) does not execute the method, and it results in 404
332332
Not Found.
333333

334+
Fallback to Default Controller
335+
------------------------------
336+
334337
If the controller corresponding to the URI segment of the controller name
335338
does not exist, and if the default controller (``Home`` by default) exists in
336339
the directory, the remaining URI segments are passed to the default controller's

0 commit comments

Comments
 (0)