We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5473969 commit 3828216Copy full SHA for 3828216
guides/source/routing.md
@@ -228,7 +228,7 @@ namespace :admin do
228
end
229
```
230
231
-This will create a number of routes for each of the `articles` and `comments` controller. For `Admin::ArticlesController`, Rails will create:
+For `Admin::ArticlesController`, Rails will create the following routes:
232
233
| HTTP Verb | Path | Controller#Action | Named Route Helper |
234
| --------- | ------------------------ | ---------------------- | ---------------------------- |
0 commit comments