app/cells/decidim/meetings/question_responses_cell.rb in decidim-meetings-0.28.4 vs app/cells/decidim/meetings/question_responses_cell.rb in decidim-meetings-0.29.0.rc1
- old
+ new
@@ -3,11 +3,9 @@
module Decidim
module Meetings
# This cell renders the percentage of responses which chose
# the given answer option in a meeting poll question
class QuestionResponsesCell < Decidim::ViewModel
- include ActionView::Helpers::NumberHelper
-
def show
render
end
private