Files
openfoodnetwork/app/views/json/_enterprises.rabl
2014-05-20 12:18:28 +10:00

15 lines
254 B
Ruby

# DON'T USE DIRECTLY - for inheritance
attributes :name, :id, :description
child :address do
extends "json/partials/address"
end
node :path do |enterprise|
shop_enterprise_path(enterprise)
end
node :hash do |enterprise|
enterprise.to_param
end