mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-16 04:24:23 +00:00
4 lines
105 B
Ruby
4 lines
105 B
Ruby
class Api::Admin::EnterpriseFeeSerializer < ActiveModel::Serializer
|
|
attributes :id, :enterprise_id
|
|
end
|