diff options
author | Ryo Hashimoto <ryohashimoto@gmail.com> | 2016-08-29 16:24:51 +0100 |
---|---|---|
committer | Andrew White <andrew.white@unboxed.co> | 2016-08-29 16:24:51 +0100 |
commit | 2ea66fc6c5728bdd51b164be25c43c8cbce396a5 (patch) | |
tree | 9d85a3e008214ea7e525d2da2dd253b43ba209d6 /actionview/test/actionpack/abstract | |
parent | 60f34fd7ef08e507e765c6df3fa1664b22e851e6 (diff) | |
download | rails-2ea66fc6c5728bdd51b164be25c43c8cbce396a5.tar.gz rails-2ea66fc6c5728bdd51b164be25c43c8cbce396a5.tar.bz2 rails-2ea66fc6c5728bdd51b164be25c43c8cbce396a5.zip |
Fix nested multiple roots
The PR #20940 enabled the use of multiple roots with different constraints
at the top level but unfortunately didn't work when those roots were inside
a namespace and also broke the use of root inside a namespace after a top
level root was defined because the check for the existence of the named route
used the global :root name and not the namespaced name.
This is fixed by using the name_for_action method to expand the :root name to
the full namespaced name. We can pass nil for the second argument as we're not
dealing with resource definitions so don't need to handle the cases for edit
and new routes.
Fixes #26148.
Diffstat (limited to 'actionview/test/actionpack/abstract')
0 files changed, 0 insertions, 0 deletions