Skip to content

Commit 35a8bc5

Browse files
authored
Merge pull request #5662 from kenjis/fix-docs-basecontroller.rst
docs: remove out of dated explanation in basecontroller.rst
2 parents 545837d + 7541fe9 commit 35a8bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guide_src/source/extending/basecontroller.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ example, if your project uses the Session Library heavily you may want to initia
4040
Additional Methods
4141
==================
4242

43-
The base controller is not routable (system config routes it to 404 Page Not Found). As an added security
43+
The base controller is not routable. As an added security
4444
measure **all** new methods you create should be declared as ``protected`` or ``private`` and only be accessed through the
4545
controllers you create that extend ``BaseController``.
4646

0 commit comments

Comments
 (0)