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

4 lines
112 B
Ruby
Raw Normal View History

class WebhookSerializer < ActiveModel::Serializer
2016-06-30 11:42:46 +08:00
attributes :text, :username, :icon_url # , :attachments
end