Class: Decidim::Comments::CommentThreadCell

Inherits:
ViewModel
  • Object
show all
Defined in:
app/cells/decidim/comments/comment_thread_cell.rb

Overview

A cell to display a comment thread.

Instance Method Summary collapse

Instance Method Details

#titleObject



7
8
9
10
11
# File 'app/cells/decidim/comments/comment_thread_cell.rb', line 7

def title
  return unless has_threads?

  render :title
end