3 lines
112 B
Ruby
3 lines
112 B
Ruby
class WebhookSerializer < ActiveModel::Serializer
|
|
attributes :text, :username, :icon_url # , :attachments
|
|
end
|