mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-28 21:07:16 +00:00
4 lines
194 B
Ruby
4 lines
194 B
Ruby
class Api::Admin::EnterpriseSerializer < ActiveModel::Serializer
|
|
attributes :name, :id, :is_primary_producer, :is_distributor, :payment_method_ids, :shipping_method_ids, :long_description
|
|
end
|