浏览代码

Update docs to reflect the routes that are actually connected.

Refs #GH-1413
mark_story 12 年之前
父节点
当前提交
59cef53ffe
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0 4
      lib/Cake/Config/routes.php

+ 0 - 4
lib/Cake/Config/routes.php

@@ -1,7 +1,5 @@
 <?php
 /**
- * Default routes that CakePHP provides as catch all routes.
- *
  * PHP 5
  *
  * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
@@ -26,7 +24,6 @@
  * created when your application has one or more plugins.
  *
  * - `/:prefix/:plugin` a plugin shortcut route.
- * - `/:prefix/:plugin/:action/*` a plugin shortcut route.
  * - `/:prefix/:plugin/:controller`
  * - `/:prefix/:plugin/:controller/:action/*`
  * - `/:prefix/:controller`
@@ -35,7 +32,6 @@
  * If plugins are found in your application the following routes are created:
  *
  * - `/:plugin` a plugin shortcut route.
- * - `/:plugin/:action/*` a plugin shortcut route.
  * - `/:plugin/:controller`
  * - `/:plugin/:controller/:action/*`
  *