Sha256: 1621d08e3904f98051e384f189f0f7c5b7be6f64424418ec833e86f487da8bdd
Contents?: true
Size: 263 Bytes
Versions: 29
Compression:
Stored size: 263 Bytes
Contents
module Spree module Api module V2 module Platform class CreditCardSerializer < BaseSerializer include ResourceSerializerConcern belongs_to :payment_method belongs_to :user end end end end end
Version data entries
29 entries across 29 versions & 3 rubygems