Sha256: 6a8b53409e553aeda2727f49e2d0501832c8e0e67b843d7c9de213d710b14264
Contents?: true
Size: 378 Bytes
Versions: 34
Compression:
Stored size: 378 Bytes
Contents
module Spree module Api module V2 module Platform class ImageSerializer < BaseSerializer include ::Spree::Api::V2::ImageTransformationConcern set_type :image attributes :styles, :position, :alt, :created_at, :updated_at, :original_url belongs_to :viewable, polymorphic: true end end end end end
Version data entries
34 entries across 34 versions & 3 rubygems