Skip to content

Commit

Permalink
2.6. Controller Namespaces and Routing - semantic fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dariodaich committed Jul 22, 2015
1 parent 4e115bf commit 1e2a10c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/routing.md
Expand Up @@ -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 |
| --------- | ------------------------ | -------------------- | ---------------------- |
Expand Down

0 comments on commit 1e2a10c

Please sign in to comment.