Class: Decidim::Meetings::QuestionResponsesCell

Inherits:
ViewModel
  • Object
show all
Defined in:
app/cells/decidim/meetings/question_responses_cell.rb

Overview

This cell renders the percentage of responses which chose the given answer option in a meeting poll question

Instance Method Summary collapse

Instance Method Details

#showObject



8
9
10
# File 'app/cells/decidim/meetings/question_responses_cell.rb', line 8

def show
  render
end