metamaps--metamaps/app/serializers/webhook_serializer.rb

5 lines
142 B
Ruby
Raw Normal View History

# frozen_string_literal: true
class WebhookSerializer < ActiveModel::Serializer
attributes :text, :username, :icon_url # , :attachments
end