aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing/mapper.rb
diff options
context:
space:
mode:
authorEileen M. Uchitelle <eileencodes@gmail.com>2014-07-01 08:21:34 -0400
committerEileen M. Uchitelle <eileencodes@gmail.com>2014-07-01 08:21:34 -0400
commit898bc73a53f4a4ba7695ed1cc81e3d94ab62b253 (patch)
treeab50574a1db0c3ea94703886531ae6fa686639fe /actionpack/lib/action_dispatch/routing/mapper.rb
parentda57d0b2d4375c09f56c9d94ef78a3d2ce8f4c62 (diff)
parentfbb04475ebacb0073e640e6dfbd19f1944583898 (diff)
downloadrails-898bc73a53f4a4ba7695ed1cc81e3d94ab62b253.tar.gz
rails-898bc73a53f4a4ba7695ed1cc81e3d94ab62b253.tar.bz2
rails-898bc73a53f4a4ba7695ed1cc81e3d94ab62b253.zip
Merge pull request #15997 from cirosantilli/typo
Fix doc unwanted dl Admin:: [ci skip]
Diffstat (limited to 'actionpack/lib/action_dispatch/routing/mapper.rb')
-rw-r--r--actionpack/lib/action_dispatch/routing/mapper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_dispatch/routing/mapper.rb b/actionpack/lib/action_dispatch/routing/mapper.rb
index aac5546aa1..3774b625af 100644
--- a/actionpack/lib/action_dispatch/routing/mapper.rb
+++ b/actionpack/lib/action_dispatch/routing/mapper.rb
@@ -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