mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-29 21:17:17 +00:00
These icons are inconsistently used across instances and have already been removed in a few places in the app in the mobile UX redesign.
7 lines
189 B
Ruby
7 lines
189 B
Ruby
class Api::TaxonSerializer < ActiveModel::Serializer
|
|
cached
|
|
delegate :cache_key, to: :object
|
|
|
|
attributes :id, :name, :permalink, :pretty_name, :position, :parent_id, :taxonomy_id
|
|
end
|