ソースを参照

Merge pull request #1946 from NoScopie/patch-2

Update routing.rst
Thomas 11 年 前
コミット
29a13b723b
1 ファイル変更1 行追加1 行削除
  1. 1 1
      Resources/doc/reference/routing.rst

+ 1 - 1
Resources/doc/reference/routing.rst

@@ -102,7 +102,7 @@ explicitly this defaults to the action name.
     {
         protected function configureRoutes(RouteCollection $collection)
         {
-            $collection->add('myCustomAction');
+            $collection->add('myCustom'); #Action gets added automaticly
             $collection->add('view', $this->getRouterIdParameter().'/view');
         }
     }