Sha256: 774a82a788be921ef3ec36fe14aef238a366f13e67f95fc92f141f06cefb1c12
Contents?: true
Size: 341 Bytes
Versions: 29
Compression:
Stored size: 341 Bytes
Contents
module Spree module Api module V2 module Platform class PromotionSerializer < BaseSerializer include ResourceSerializerConcern belongs_to :promotion_category has_many :promotion_rules has_many :promotion_actions has_many :stores end end end end end
Version data entries
29 entries across 29 versions & 3 rubygems