diff options
| author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2013-09-12 11:49:10 -0700 | 
|---|---|---|
| committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2013-09-12 11:49:10 -0700 | 
| commit | ab5cd54b7e791f8419f689d1bef5394890268a6f (patch) | |
| tree | f422957ed8f561b4a9419fa7833c29d2baf5ac97 | |
| parent | cdc10c898d4865302740340eedec4f5f4ca76565 (diff) | |
| parent | c9317a2325d3592673daa72e2c52109fdf1d90b1 (diff) | |
| download | rails-ab5cd54b7e791f8419f689d1bef5394890268a6f.tar.gz rails-ab5cd54b7e791f8419f689d1bef5394890268a6f.tar.bz2 rails-ab5cd54b7e791f8419f689d1bef5394890268a6f.zip | |
Merge pull request #12208 from mjhoy/patch-1
remove outdated docs
| -rw-r--r-- | actionpack/lib/action_dispatch/routing/mapper.rb | 4 | 
1 files changed, 0 insertions, 4 deletions
| 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 <tt>config/routes.rb</tt>,          # because this means it will be matched first. As this is the most popular route          # of most Rails applications, this is beneficial. | 
