class Decidim::Consultations::ConsultationQuestionType

This type represents a consultation.

Public Instance Methods

components() click to toggle source
# File lib/decidim/api/consultation_question_type.rb, line 23
def components
  Decidim::Component.where(
    participatory_space: object
  ).published
end