Serialize variant_unit_scale to be used in the Bulk Order Managment

to retrieve scale of the product
This commit is contained in:
Jean-Baptiste Bellet
2022-03-08 14:55:25 +01:00
parent 53d1994b2a
commit aa71e12020

View File

@@ -3,7 +3,7 @@
module Api
module Admin
class UnitsProductSerializer < ActiveModel::Serializer
attributes :id, :name, :group_buy_unit_size, :variant_unit
attributes :id, :name, :group_buy_unit_size, :variant_unit, :variant_unit_scale
end
end
end