gpt4 book ai didi

ruby-on-rails - 范围导致未定义的方法 `const_defined?'

转载 作者:行者123 更新时间:2023-12-04 05:59:10 24 4
gpt4 key购买 nike

这是我的范围:

scope :parents, where("categories.parent_category_id IS NULL")
scope :children_of, lambda { |parent| where("categories.parent_category_id = ?", parent) }

虽然我不完全确定他们出了什么问题。任何帮助,将不胜感激。谢谢!

更新:

这是错误...

undefined method `const_defined?' for #<Category:0x112ccfdb8>

这是完整的跟踪:https://gist.github.com/1186122

最佳答案

拥有一个名为 parents 的作用域也会破坏 acts_as_nested_set v1.4.4

关于ruby-on-rails - 范围导致未定义的方法 `const_defined?',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7270570/

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