gpt4 book ai didi

ruby-on-rails - 在 Rails 控制台中列出所有 Mongoid 模型

转载 作者:IT老高 更新时间:2023-10-28 13:35:56 25 4
gpt4 key购买 nike

我想列出在我的 mongodb 数据库中具有相应集合的所有模型?我正在为 MongoDB 使用 mongoid gem。

我会尝试这样的事情

ActiveRecord::Base.send :subclasses效果很好,但我没有使用 ActiveRecord。

最佳答案

Mongoid::Config#models :

Get all the models in the application - this is everything that includes Mongoid::Document.

所有 Config 方法都可以从 Mongoid 模块中访问,因此您可以调用:

Mongoid.models #=> [...]

关于ruby-on-rails - 在 Rails 控制台中列出所有 Mongoid 模型,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36891450/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com