mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-02 02:11:33 +00:00
4 lines
137 B
Ruby
4 lines
137 B
Ruby
class Api::Admin::VariantOverrideSerializer < ActiveModel::Serializer
|
|
attributes :id, :hub_id, :variant_id, :price, :count_on_hand
|
|
end
|