From a2308adf7db06f00d62c99c910dcf6f24751129e Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Thu, 26 Jun 2014 14:11:35 +0200 Subject: [PATCH] Update routes.rst --- developer_manual/app/routes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer_manual/app/routes.rst b/developer_manual/app/routes.rst index 8adfd6172..26fd88028 100644 --- a/developer_manual/app/routes.rst +++ b/developer_manual/app/routes.rst @@ -143,7 +143,7 @@ can be abbreviated by using the **resources** key: $application = new Application(); $application->registerRoutes($this, array( 'resources' => array( - array('authors' => array('url' => '/authors')) + array('author' => array('url' => '/authors')) ), 'routes' => array( // your other routes here