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
#visible? ⇒ Boolean
17 18 19 |
# File 'app/models/spud_post_comment.rb', line 17 def visible? return approved && !spam end |