about summary refs log tree commit diff
path: root/app/serializers/rest/list_serializer.rb
blob: c0150888ef6a1de86b4095d0c4aa99247bd21142 (plain) (blame)
1
2
3
4
5
# frozen_string_literal: true

class REST::ListSerializer < ActiveModel::Serializer
  attributes :id, :title
end