From fbb04475ebacb0073e640e6dfbd19f1944583898 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Tue, 1 Jul 2014 11:46:41 +0200 Subject: Fix doc unwanted dl Admin:: [ci skip] --- actionpack/lib/action_dispatch/routing/mapper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/lib/action_dispatch/routing') 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 Admin:: module prefix), you could use # # scope "/admin" do # resources :posts -- cgit v1.2.3