开源项目 使用 gem mongoid_nested_set 遇到 accessible_attributes 的问题

luffycn · 2014年11月13日 · 1620 次阅读

基本于这个 gem https://github.com/thinkwell/mongoid_nested_set 开发另一个 gem 遇到了这么个错误

在 model 中加入了 acts_as_nested_set 这行后

.rvm/gems/ruby-2.1.3/gems/mongoid_nested_set-0.2.1/lib/mongoid_nested_set/base.rb:56:in acts_as_nested_set': undefined local variable or methodaccessible_attributes' for MPNestedSet::Category:Class (NameError)

这是缺少了什么依赖包导致的嘛?

暂无回复。
需要 登录 后方可回复, 如果你还没有账号请 注册新账号