如何获取Rails中所有模型、控制器、操作和方法名称
在运行时,我们可以通过controller_name和action_name方法获取当前控制器和当前动作名称,
如果可能的话,我也想获取所有剩余的控制器和动作名称和模型。
任何可用于获取所有控制器名称和动作的rails方法应用程序控制器中的操作名称。
In runtime we can get the current controller and current action names by controller_name and action_name methods like wise,
I want to get all the remaining controllers and action names and models too if possible..
Any rails method available to get all the controller names and the action names in application controller.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是获取所有型号名称的方式
This is how you get all Model name