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

4 lines
111 B
Ruby
Raw Permalink Normal View History

class WebhookSerializer < ActiveModel::Serializer
2016-03-13 00:56:18 +00:00
attributes :text, :username, :icon_url #, :attachments
end