mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-29 21:17:17 +00:00
9 lines
250 B
Ruby
9 lines
250 B
Ruby
object @order_cycle
|
|
|
|
attributes :id, :name
|
|
node( :suppliers ) do |oc|
|
|
partial 'spree/api/enterprises/bulk_index', :object => oc.suppliers
|
|
end
|
|
node( :distributors ) do |oc|
|
|
partial 'spree/api/enterprises/bulk_index', :object => oc.distributors
|
|
end |