docbrown/app/serializers/webhook/article_destroyed_serializer.rb
Jan Klimo a6ea2c9618
Migrate serialization to jsonapi-serializer (#9682)
This replaces the abandoned fast_jsonapi.
2020-08-08 15:41:44 +02:00

6 lines
128 B
Ruby

module Webhook
class ArticleDestroyedSerializer < ApplicationSerializer
set_type :article
attributes :title
end
end