class Api::V1::AreaSerializer < ActiveModel::Serializer
  attributes :id, :name

end
