gab-social/app/serializers/rest/status_bookmark_collection_...

11 lines
169 B
Ruby
Raw Permalink Normal View History

# frozen_string_literal: true
class REST::StatusBookmarkCollectionSerializer < ActiveModel::Serializer
attributes :id, :title
def id
object.id.to_s
end
end