Skip to content

Commit

Permalink
docs: add section title
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Apr 13, 2023
1 parent 3d15d85 commit df04a9f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions user_guide_src/source/incoming/controllers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,9 @@ The method will be passed URI segments 2 and 3 (``'15'`` and ``'edit'``):
Auto Routing (Improved) does not execute the method, and it results in 404
Not Found.

Fallback to Default Controller
------------------------------

If the controller corresponding to the URI segment of the controller name
does not exist, and if the default controller (``Home`` by default) exists in
the directory, the remaining URI segments are passed to the default controller's
Expand Down

0 comments on commit df04a9f

Please sign in to comment.