class Decidim::Meetings::Questionnaire

def all_questions_unpublished?

def all_questions_unpublished?
  questions.all?(&:unpublished?)
end