Class: Decidim::Surveys::Admin::SurveysController

Inherits:
ApplicationController
  • Object
show all
Includes:
Forms::Admin::Concerns::HasQuestionnaire
Defined in:
app/controllers/decidim/surveys/admin/surveys_controller.rb

Overview

This controller allows the user to update a Page.

Instance Method Summary collapse

Instance Method Details

#questionnaire_forObject



10
11
12
# File 'app/controllers/decidim/surveys/admin/surveys_controller.rb', line 10

def questionnaire_for
  survey
end