Class: Decidim::Challenges::Survey

Inherits:
ApplicationRecord show all
Includes:
DownloadYourData
Defined in:
app/models/decidim/challenges/survey.rb

Overview

The data store for a Survey in the Decidim::Challenges component.

Class Method Summary collapse

Class Method Details

.export_serializerObject



14
15
16
# File 'app/models/decidim/challenges/survey.rb', line 14

def self.export_serializer
  Decidim::Challenges::DownloadYourDataSurveySerializer
end