Files
openfoodnetwork/app/serializers/api/id_serializer.rb
2017-06-23 16:49:07 +10:00

4 lines
71 B
Ruby

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