关于 Ruby on Rails脚本/控制台,有没有办法打印出应用程序中的所有模型? (所有 ActiveRecord 子类)
这是找出应用程序中的所有模型。这可以从项目文件夹/文件名或route.rb中找到,但只是想知道是否有Ruby方法可以在脚本/控制台上找到它?
which is to find out all the Models in the app. This can be found out from the project folders / filenames, or in the route.rb, but just wonder if there is a Ruby way of finding it out on script/console?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这以前已经出现过。
有没有办法获取 Rails 应用程序中所有模型的集合?
This has come up before.
Is there a way to get a collection of all the Models in your Rails app?