elight / acts_as_commentable_with_threading

Similar to acts_as_commentable; however, utilizes awesome_nested_set to provide threaded comments
MIT License
672 stars 167 forks source link

Rename Comment class? #112

Open EricInflect opened 7 years ago

EricInflect commented 7 years ago

Is it possible to have the Comment class be a different class name? I'd like to have different types of Comments with different model columns, would like to do something like ProjectComments, TeamComments, etc