具有特定ID的嵌套路线的Rails路线别名

问题描述

我正在尝试为我的铁路路线(从cx_Freeze-5.1.1-cp27-cp27m-win_amd64.whl is not a supported wheel on this platform. Storing debug log for failure in C:\Users\win-10\pip\pip.log from sys import executable from cx_Freeze import setup,Executable setup(name='server',version='0.1',description='reverse shell server') )创建别名, 我的路线是这样写的:

'events/8/event_participants/new'

我想要特定事件ID 8的别名,我尝试使用/business-meet/registration,但实际上它重定向到该路由,因此整个路由在浏览器中可见,我希望保持可见{{ 1}}路由到我的浏览器。

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)