5 lines
101 B
Ruby
5 lines
101 B
Ruby
class ProductVariantSerializer < Qwaiter::Serializer
|
|
root 'product_variant'
|
|
attributes :name
|
|
end
|