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

Summary

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