Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions en/intro/conventions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ a web browser. They are camelBacked. For example the ``/users/view-me`` maps to
of the ``UsersController`` out of the box (if one uses default dashed inflection in routing).
Protected or private methods cannot be accessed with routing.

For inflection of acronyms it is useful to treat them as words, so ``CMS`` would be ``Cms``.

URL Considerations for Controller Names
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down