acts_as_commentable_with_threading icon indicating copy to clipboard operation
acts_as_commentable_with_threading copied to clipboard

Why is Comment#build_from only a class method?

Open ghost opened this issue 13 years ago • 1 comments

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

ghost avatar Nov 14 '12 03:11 ghost

Good idea. Pull request?

elight avatar Nov 15 '13 23:11 elight