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