mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-04-05 07:19:14 +00:00
6 lines
175 B
Ruby
6 lines
175 B
Ruby
attributes :id, :name, :description, :long_description, :website, :instagram, :facebook, :linkedin, :twitter
|
|
|
|
node :promo_image do |producer|
|
|
producer.promo_image.url
|
|
end
|