在rails中,controller.action_methods返回方法,即使它们没有关联的路由

发布于 2024-12-28 07:55:54 字数 246 浏览 1 评论 0原文

对于资源丰富的控制器,调用controller.action_methods会产生控制器上所有可能的操作方法。我有一个资源,我已将其路由限制为 [:only=>; “指数”]。

我正在寻找一种类似于controller.action_methods 的方法,它将帮助我确定给定的操作方法是否具有关联的路由。

我正在尝试动态地访问控制器内的网址。我总是可以写一个救援块,但如果有人知道更好的解决方案,请分享。

谢谢, 塔布雷兹

For resourceful controllers, calling the controller.action_methods is yielding all the possible action methods on the controller. I have a resource for which I have restricted the routes to [:only=> "index"].

I am looking for a method similar to controller.action_methods that will help me determine if a given action method has an associated routes.

I am trying to dynamically go to reach the urls within a controller. I can always write a rescue block, but if someone is aware of a better solution, please share.

Thanks,
Tabrez

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文