mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-05 02:41:33 +00:00
10 lines
224 B
Ruby
10 lines
224 B
Ruby
collection @collection
|
|
|
|
attributes :id, :name
|
|
|
|
node(:supplied_products) do |enterprise|
|
|
enterprise.supplied_products.not_deleted.map do |product|
|
|
partial 'admin/enterprises/supplied_product', object: product
|
|
end
|
|
end
|