Class: Decidim::Debates::DownloadYourDataDebateSerializer

Inherits:
DebateSerializer
  • Object
show all
Defined in:
app/serializers/decidim/debates/download_your_data_debate_serializer.rb

Instance Method Summary collapse

Instance Method Details

#serializeObject

Serializes a Debate for download your data feature

Remove the author information as it is the same of the user that requested the data



10
11
12
# File 'app/serializers/decidim/debates/download_your_data_debate_serializer.rb', line 10

def serialize
  super.except!(:author)
end