Files
openfoodnetwork/app/serializers/api/property_serializer.rb
Rob Harrington 7d149ed198 Revert shop property filters - causing 10x slowdown
This commit reverts commits 7eeee78c4e to e8f96e4818 (inclusive)
2016-09-18 17:46:43 +10:00

4 lines
99 B
Ruby

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