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

4 lines
113 B
Ruby
Raw Normal View History

2015-09-30 22:30:53 -04:00
class WebhookSerializer < ActiveModel::Serializer
attributes :text, :username #, :attachments #, :icon_url
end