标签: ruby-on-rails ruby devise ruby-on-rails-4 cancan
我正在尝试使用常规删除方法使用常规删除方法在Rails 4应用程序中使用Cancan,Devise和Rolify集成删除用户,但我现在收到以下错误:
undefined method `handle_dependency' for #<ActiveRecord::Associations::HasAndBelongsToManyAssociation:0xce991f0>
为什么会发生这种情况?