Files
openfoodnetwork/app/views/json/_enterprises.rabl
2014-04-30 13:52:06 +10:00

11 lines
175 B
Ruby

# DON'T USE DIRECTLY - for inheritance
attributes :name, :id
child :taxons => :taxons do
attributes :name, :id
end
child :address do
extends "json/partials/address"
end