mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-03 02:21:33 +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
|