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