Class: SpudPostComment

Inherits:
ActiveRecord::Base
  • Object
show all
Includes:
Rakismet::Model
Defined in:
app/models/spud_post_comment.rb

Instance Method Summary collapse

Instance Method Details

#rakismet_check_for_spamObject



14
15
16
17
# File 'app/models/spud_post_comment.rb', line 14

def rakismet_check_for_spam
  self.spam = self.spam?
  return true
end