Closed oztofer closed 5 months ago
That’s very strange because the routing helpers come directly from that module. See https://github.com/phlex-ruby/phlex-rails/blob/b9d9d676ee0699f78c496ee32d5fc5d52c4e26d7/lib/phlex/rails/helpers/routes.rb#L7
Sorry i fixed the question, "adm_mpl_order_user_path(order_id: 10, id: 56)" creates nil result
I wrote a test to try to reproduce this and it passed. 🤷♂️
https://github.com/phlex-ruby/phlex-rails/compare/main...nested-paths
@oztofer I’m going to close this for now as I don’t think the issue is in Phlex. If you can reproduce the issue in either a fresh rails app or in the dummy
rails app in our test
folder, please reopen.
Hi, i'm using phlex (1.10.3) and phlex-rails (1.2.1), The following should result "/adm/mpl/orders/10/users/56" but result nil
But this works fine
result: "/adm/mpl/orders/10/users/56"