api/app/serializers/spree/api/v2/platform/image_gallery_serializer.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Spree
  module Api
    module V2
      module Platform
        class ImageGallerySerializer < CmsSectionSerializer
        end
      end
    end
  end
end