Class: Decidim::Meetings::DownloadYourDataMeetingSerializer
- Inherits:
-
MeetingSerializer
- Object
- Exporters::Serializer
- MeetingSerializer
- Decidim::Meetings::DownloadYourDataMeetingSerializer
- Defined in:
- app/serializers/decidim/meetings/download_your_data_meeting_serializer.rb
Instance Method Summary collapse
-
#serialize ⇒ Object
Serializes a Meeting for download your data feature.
Instance Method Details
#serialize ⇒ Object
Serializes a Meeting 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/meetings/download_your_data_meeting_serializer.rb', line 10 def serialize super.except!(:author) end |