mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-10 23:07:47 +00:00
7 lines
110 B
Ruby
7 lines
110 B
Ruby
module Spree
|
|
|
|
class ImageSerializer < ActiveModel::Serializer
|
|
attributes :id, :mini_url, :alt
|
|
end
|
|
end
|