added active promoted statuses to initial state

This commit is contained in:
2458773093
2019-08-31 09:15:32 +03:00
parent 044e9695fe
commit 0499184b38
2 changed files with 11 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
# frozen_string_literal: true
class REST::PromotionSerializer < ActiveModel::Serializer
attributes :status_id, :timeline_id, :position
end