mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-04-08 07:46:59 +00:00
4 lines
71 B
Ruby
4 lines
71 B
Ruby
class Api::IdSerializer < ActiveModel::Serializer
|
|
attributes :id
|
|
end
|