Skip to content

Commit

Permalink
Add note
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Sep 12, 2015
1 parent e03e058 commit 6d9b498
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions en/development/routing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -850,6 +850,12 @@ You can specify an alternative inflection type using the ``inflect`` option::
The above will generate urls of style ``/blog-posts/*``.

.. note::

As of CakePHP 3.1 the official app skeleton uses ``DashedRoute`` as default
route class. So using ``'inflect' => 'dasherize'`` option when connecting
resource routes is recommended for url fragment inflection consistency.

.. index:: passed arguments
.. _passed-arguments:

Expand Down

0 comments on commit 6d9b498

Please sign in to comment.