diff options
author | Vipul A M <vipulnsward@gmail.com> | 2016-02-11 17:06:03 +0530 |
---|---|---|
committer | Vipul A M <vipulnsward@gmail.com> | 2016-02-12 14:35:57 +0530 |
commit | ef2a8c23911c35272da139a47e05a15ebf292334 (patch) | |
tree | 1fc7399ed1207041c621c7474697bc279fdf0121 /actionpack/lib/action_dispatch | |
parent | 33257d15ad5239260747fcefc8528efe21fbe02b (diff) | |
download | rails-ef2a8c23911c35272da139a47e05a15ebf292334.tar.gz rails-ef2a8c23911c35272da139a47e05a15ebf292334.tar.bz2 rails-ef2a8c23911c35272da139a47e05a15ebf292334.zip |
- Fixed and removed long arguments to rake routes
- Fixed related documentation and usage all around
Fixes #23561
Diffstat (limited to 'actionpack/lib/action_dispatch')
-rw-r--r-- | actionpack/lib/action_dispatch/routing.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/actionpack/lib/action_dispatch/routing.rb b/actionpack/lib/action_dispatch/routing.rb index 6cde5b2900..79f9283f83 100644 --- a/actionpack/lib/action_dispatch/routing.rb +++ b/actionpack/lib/action_dispatch/routing.rb @@ -239,8 +239,7 @@ module ActionDispatch # # rails routes # - # Target specific controllers by prefixing the command with <tt>--controller</tt> option - # - or its <tt>-c</tt> shorthand. + # Target specific controllers by prefixing the command with <tt>-c</tt> option. # module Routing extend ActiveSupport::Autoload |