`
wuhuizhong
  • 浏览: 687075 次
  • 性别: Icon_minigender_1
  • 来自: 中山
社区版块
存档分类
最新评论

NoMethodError (undefined method `children' for nil:NilClass)

    博客分类:
  • ROR
阅读更多

class Folder < ActiveRecord::Base
  acts_as_tree
end

 

Folder .find_by_parent_id(0) 报错:

NoMethodError (undefined method `children' for nil:NilClass)

 

原因:

Folder 中没有parent_id = 0的资料。

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics