mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-09 23:06:06 +00:00
6 lines
112 B
Ruby
6 lines
112 B
Ruby
module Api
|
|
class TaxonJstreeAttributeSerializer < ActiveModel::Serializer
|
|
attributes :id, :name
|
|
end
|
|
end
|