From c9317a2325d3592673daa72e2c52109fdf1d90b1 Mon Sep 17 00:00:00 2001 From: Michael Hoy Date: Thu, 12 Sep 2013 13:41:11 -0500 Subject: remove outdated docs --- actionpack/lib/action_dispatch/routing/mapper.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'actionpack/lib/action_dispatch') diff --git a/actionpack/lib/action_dispatch/routing/mapper.rb b/actionpack/lib/action_dispatch/routing/mapper.rb index 600c49e442..cf8a066bcf 100644 --- a/actionpack/lib/action_dispatch/routing/mapper.rb +++ b/actionpack/lib/action_dispatch/routing/mapper.rb @@ -319,10 +319,6 @@ module ActionDispatch # # For options, see +match+, as +root+ uses it internally. # - # You can also pass a string which will expand - # - # root 'pages#main' - # # You should put the root route at the top of config/routes.rb, # because this means it will be matched first. As this is the most popular route # of most Rails applications, this is beneficial. -- cgit v1.2.3