Class: Decidim::Meetings::QuestionResponsesCell

Inherits:
ViewModel
  • Object
show all
Includes:
ActionView::Helpers::NumberHelper
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



10
11
12
# File 'app/cells/decidim/meetings/question_responses_cell.rb', line 10

def show
  render
end