I have the following models:
class Group :destroy
class Thread :commentable, :dependent => :destroy
class Comment true
acts_as_nested_set The problem I have is that when the user deletes
I have the following models:
class Group :destroy
class Thread :commentable, :dependent => :destroy
class Comment true
acts_as_nested_set The problem I have is that when the user deletes