Files
openfoodnetwork/app/serializers/api/property_serializer.rb
2016-06-24 07:57:06 +10:00

4 lines
99 B
Ruby

class Api::PropertySerializer < ActiveModel::Serializer
attributes :id, :name, :presentation
end