From cc8f18cd6cd2a7b65f55f6a6d7905c79aeea11ba Mon Sep 17 00:00:00 2001 From: ownsourcing Date: Fri, 26 Dec 2014 18:59:05 -0500 Subject: [PATCH] Update page_creation.rst confusion for newbies: _dev is the version with AcmeDemoBundle route as @AcmeDemoBundle/Resources/config/routing.yml (without dev, the only resource is @AppBundle/Controller/) --- book/page_creation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/page_creation.rst b/book/page_creation.rst index cf8ca140e58..a7bd9d5b22b 100644 --- a/book/page_creation.rst +++ b/book/page_creation.rst @@ -137,7 +137,7 @@ Step 1: Create the Route ~~~~~~~~~~~~~~~~~~~~~~~~ By default, the routing configuration file in a Symfony application is -located at ``app/config/routing.yml``. Like all configuration in Symfony, +located at ``app/config/routing_dev.yml``. Like all configuration in Symfony, you can also choose to use XML or PHP out of the box to configure routes. If you look at the main routing file, you'll see that Symfony already added