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