在rails中,controller.action_methods返回方法,即使它们没有关联的路由
对于资源丰富的控制器,调用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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论