解决方法
我必须做到这一点.尝试
class MyCell < Cell::Rails include CanCan::ControllerAdditions end
如果你也在使用Devise,我必须这样做:
class MyCell < Cell::Rails include CanCan::ControllerAdditions include Devise::Controllers::Helpers Devise::Controllers::Helpers.define_helpers(Devise::Mapping.new(:user,{})) end