Files
openfoodnetwork/app/serializers/api/id_serializer.rb

3 lines
70 B
Ruby

class Api::IdSerializer < ActiveModel::Serializer
attributes :id
end