mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-04 22:16:08 +00:00
6 lines
132 B
Ruby
6 lines
132 B
Ruby
# frozen_string_literal: true
|
|
|
|
class Api::StateSerializer < ActiveModel::Serializer
|
|
attributes :id, :name, :abbr, :country_id
|
|
end
|