mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-27 21:06:49 +00:00
4 lines
184 B
Ruby
4 lines
184 B
Ruby
class Api::Admin::VariantOverrideSerializer < ActiveModel::Serializer
|
|
attributes :id, :hub_id, :variant_id, :sku, :price, :count_on_hand, :on_demand, :default_stock, :resettable
|
|
end
|