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