We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c48d916 + 581d01f commit 0dbf2cbCopy full SHA for 0dbf2cb
en/intro/conventions.rst
@@ -19,6 +19,8 @@ a web browser. They are camelBacked. For example the ``/users/view-me`` maps to
19
of the ``UsersController`` out of the box (if one uses default dashed inflection in routing).
20
Protected or private methods cannot be accessed with routing.
21
22
+For inflection of acronyms it is useful to treat them as words, so ``CMS`` would be ``Cms``.
23
+
24
URL Considerations for Controller Names
25
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
26
0 commit comments