24cafd73a ^
31ac5f0e0 ^
1 2 3 4
5 6 7 8
9
# frozen_string_literal: true class REST::ListSerializer < ActiveModel::Serializer attributes :id, :title def id object.id.to_s end end