Files
openfoodnetwork/app/serializers/api/id_serializer.rb
2014-06-26 11:07:53 +10:00

4 lines
71 B
Ruby

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