Class: SpudPostComment
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- SpudPostComment
- Includes:
- Rakismet::Model
- Defined in:
- app/models/spud_post_comment.rb
Instance Method Summary collapse
Instance Method Details
#rakismet_check_for_spam ⇒ Object
14 15 16 17 |
# File 'app/models/spud_post_comment.rb', line 14 def self.spam = self.spam? return true end |