6 lines
128 B
Ruby
6 lines
128 B
Ruby
module Webhook
|
|
class ArticleDestroyedSerializer < ApplicationSerializer
|
|
set_type :article
|
|
attributes :title
|
|
end
|
|
end
|