1
0
Fork 0
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:
Eileen M. Uchitelle 2014-07-01 08:21:34 -04:00
commit 898bc73a53

View file

@ -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