Sha256: 6568af4bc6456a1c906b0c5c8602b91836fd9d31ae2f89eb603974042b954d30
Contents?: true
Size: 273 Bytes
Versions: 7
Compression:
Stored size: 273 Bytes
Contents
module Spree module Api module V2 module Platform class CmsPageSerializer < BaseSerializer include ::Spree::Api::V2::ResourceSerializerConcern has_many :cms_sections, serializer: :cms_section end end end end end
Version data entries
7 entries across 7 versions & 1 rubygems