Files
openfoodnetwork/app/views/json/_enterprises.rabl
2014-05-15 12:02:58 +10:00

7 lines
132 B
Ruby

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