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

luffycn · November 13, 2014 · 1620 hits

基本于这个 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)

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

No Reply at the moment.
You need to Sign in before reply, if you don't have an account, please Sign up first.