diff --git a/plugins/comment_paragraph/lib/ext/article.rb b/plugins/comment_paragraph/lib/ext/article.rb index 9ad813a..0c40fe5 100644 --- a/plugins/comment_paragraph/lib/ext/article.rb +++ b/plugins/comment_paragraph/lib/ext/article.rb @@ -4,7 +4,7 @@ class Article has_many :paragraph_comments, :class_name => 'Comment', :foreign_key => 'source_id', :dependent => :destroy, :order => 'created_at asc', :conditions => [ 'paragraph_id IS NOT NULL'] - validate :body_change_with_comments + #validate :body_change_with_comments def body_change_with_comments if body && body_changed? && !self.comments.empty? -- libgit2 0.21.2