Skip to content

Commit df04a9f

Browse files
committed
docs: add section title
1 parent 3d15d85 commit df04a9f

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
@@ -336,6 +336,9 @@ The method will be passed URI segments 2 and 3 (``'15'`` and ``'edit'``):
336336
Auto Routing (Improved) does not execute the method, and it results in 404
337337
Not Found.
338338

339+
Fallback to Default Controller
340+
------------------------------
341+
339342
If the controller corresponding to the URI segment of the controller name
340343
does not exist, and if the default controller (``Home`` by default) exists in
341344
the directory, the remaining URI segments are passed to the default controller's

0 commit comments

Comments
 (0)