acts_as_commentable_with_threading
acts_as_commentable_with_threading copied to clipboard
Why is Comment#build_from only a class method?
Wouldn't it make sense to be able to build a comment from an existing Comment instance as a response?
some_comment.build_from( @article, user.id, "Comment body" )
# New comment is a reply to some_comment
Good idea. Pull request?