Module: CommentableModel::CommentableClassMethods

Defined in:
lib/commentable_model.rb

Instance Method Summary collapse

Instance Method Details

#has_comments?Boolean

Returns:

  • (Boolean)


28
29
30
# File 'lib/commentable_model.rb', line 28

def has_comments?
  true
end