基本于这个 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 method
accessible_attributes' for MPNestedSet::Category:Class (NameError)
这是缺少了什么依赖包导致的嘛?