mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-28 21:07:16 +00:00
9 lines
144 B
Ruby
9 lines
144 B
Ruby
object current_distributor
|
|
attributes :name, :id
|
|
|
|
if current_distributor
|
|
child suppliers: :producers do
|
|
extends "json/producer"
|
|
end
|
|
end
|