mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
5 lines
247 B
Ruby
5 lines
247 B
Ruby
class Api::Admin::BasicEnterpriseSerializer < ActiveModel::Serializer
|
|
attributes :name, :id, :is_primary_producer, :is_distributor, :sells, :category, :payment_method_ids, :shipping_method_ids
|
|
attributes :producer_profile_only, :permalink
|
|
end
|