mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
11 lines
186 B
Ruby
11 lines
186 B
Ruby
child distributors: :hubs do
|
|
attributes :id
|
|
end
|
|
node :path do |producer|
|
|
main_app.producer_path(producer)
|
|
end
|
|
|
|
child supplied_taxons: :supplied_taxons do
|
|
extends 'json/taxon'
|
|
end
|