gab-social/app/serializers/rest/promotion_serializer.rb

6 lines
142 B
Ruby

# frozen_string_literal: true
class REST::PromotionSerializer < ActiveModel::Serializer
attributes :status_id, :timeline_id, :position
end