From 1e2a10c893a91c662404b39688f4cc67900fd71d Mon Sep 17 00:00:00 2001 From: dariodaic Date: Wed, 22 Jul 2015 03:52:22 +0200 Subject: [PATCH] 2.6. Controller Namespaces and Routing - semantic fix --- guides/source/routing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/routing.md b/guides/source/routing.md index 1ea6e01f6d712..78c292515e828 100644 --- a/guides/source/routing.md +++ b/guides/source/routing.md @@ -227,7 +227,7 @@ or, for a single case: resources :articles, path: '/admin/articles' ``` -In each of these cases, the named routes remain the same as if you did not use `scope`. In the last case, the following paths map to `PostsController`: +In each of these cases, the named routes remain the same as if you did not use `scope`. In the last case, the following paths map to `ArticlesController`: | HTTP Verb | Path | Controller#Action | Named Helper | | --------- | ------------------------ | -------------------- | ---------------------- |