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

4 lines
113 B
Ruby
Raw Normal View History

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