mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-06 02:51:34 +00:00
7 lines
132 B
Ruby
7 lines
132 B
Ruby
# DON'T USE DIRECTLY - for inheritance
|
|
attributes :name, :id, :description
|
|
|
|
child :address do
|
|
extends "json/partials/address"
|
|
end
|