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