diff options
author | Xavier Noria <fxn@hashref.com> | 2013-11-24 20:00:24 +0100 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2013-11-24 20:00:24 +0100 |
commit | 17c29a0df0da5414570b025b642e90968e96cddc (patch) | |
tree | de1fd00eb2df79bf6bdcaeb74cc17365eaa53e33 /actionpack/lib/action_dispatch/routing | |
parent | b4b30c048d22b14d51cc2f0f5b397bf899a9ce49 (diff) | |
parent | 28a6a7ea3bd627a8b6693a4cb8305b89467592b4 (diff) | |
download | rails-17c29a0df0da5414570b025b642e90968e96cddc.tar.gz rails-17c29a0df0da5414570b025b642e90968e96cddc.tar.bz2 rails-17c29a0df0da5414570b025b642e90968e96cddc.zip |
Merge remote-tracking branch 'docrails/master'
Conflicts:
activesupport/lib/active_support/core_ext/hash/deep_merge.rb
activesupport/lib/active_support/core_ext/hash/keys.rb
Diffstat (limited to 'actionpack/lib/action_dispatch/routing')
-rw-r--r-- | actionpack/lib/action_dispatch/routing/mapper.rb | 2 |
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 3d3299afb3..846a6345cb 100644 --- a/actionpack/lib/action_dispatch/routing/mapper.rb +++ b/actionpack/lib/action_dispatch/routing/mapper.rb @@ -389,7 +389,7 @@ module ActionDispatch # The namespace for :controller. # # match 'path', to: 'c#a', module: 'sekret', controller: 'posts' - # #=> Sekret::PostsController + # # => Sekret::PostsController # # See <tt>Scoping#namespace</tt> for its scope equivalent. # |