add('blog_show', new Route('/blog/{slug}', array( '_controller' => 'MyBlogBundle:Blog:show', ))); return $collection;