mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #15997 from cirosantilli/typo
Fix doc unwanted dl Admin:: [ci skip]
This commit is contained in:
commit
898bc73a53
1 changed files with 1 additions and 1 deletions
|
@ -717,7 +717,7 @@ module ActionDispatch
|
|||
# resources :posts, module: "admin"
|
||||
#
|
||||
# If you want to route /admin/posts to +PostsController+
|
||||
# (without the Admin:: module prefix), you could use
|
||||
# (without the <tt>Admin::</tt> module prefix), you could use
|
||||
#
|
||||
# scope "/admin" do
|
||||
# resources :posts
|
||||
|
|
Loading…
Reference in a new issue