Bläddra i källkod

Merge pull request #1946 from NoScopie/patch-2

Update routing.rst
Thomas 11 år sedan
förälder
incheckning
29a13b723b
1 ändrade filer med 1 tillägg och 1 borttagningar
  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');
         }
     }