Skip to content

Commit

Permalink
Fix blog comment issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Walker committed Dec 3, 2012
1 parent aef96c3 commit 0a3337a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/blog_comment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class BlogComment < ActiveRecord::Base
rakismet_attrs author: :user_name, author_email: :user_email

before_create do
self.probably_spam = false #spam?
#self.probably_spam = false #spam?
true
end

Expand Down

0 comments on commit 0a3337a

Please sign in to comment.