diff --git a/app/models/comment.rb b/app/models/comment.rb index 51c7102..d22d978 100644 --- a/app/models/comment.rb +++ b/app/models/comment.rb @@ -33,6 +33,8 @@ class Comment < ActiveRecord::Base end end + acts_as_having_settings + xss_terminate :only => [ :body, :title, :name ], :on => 'validation' def comment_root -- libgit2 0.21.2