class Decidim::Meetings::Questionnaire
The data store for a Questionnaire in the Decidim::Meetings component.
def self.log_presenter_class_for(_log)
def self.log_presenter_class_for(_log) Decidim::Meetings::AdminLog::QuestionnairePresenter end
def all_questions_unpublished?
def all_questions_unpublished? questions.all?(&:unpublished?) end