Class: Decidim::ActionDelegator::QuestionsSummaryController

Inherits:
ApplicationController
  • Object
show all
Includes:
Consultations::NeedsConsultation
Defined in:
app/controllers/decidim/action_delegator/questions_summary_controller.rb

Overview

This controller handles user profile actions for this module

Instance Method Summary collapse

Instance Method Details

#showObject



9
10
11
# File 'app/controllers/decidim/action_delegator/questions_summary_controller.rb', line 9

def show
  render partial: "decidim/consultations/question_votes/callout", locals: { consultation: current_consultation }
end