mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-20 00:37:26 +00:00
11 lines
175 B
Ruby
11 lines
175 B
Ruby
# DON'T USE DIRECTLY - for inheritance
|
|
attributes :name, :id
|
|
|
|
child :taxons => :taxons do
|
|
attributes :name, :id
|
|
end
|
|
|
|
child :address do
|
|
extends "json/partials/address"
|
|
end
|