docbrown/app/serializers/search/listing_author_serializer.rb
Jan Klimo a6ea2c9618
Migrate serialization to jsonapi-serializer (#9682)
This replaces the abandoned fast_jsonapi.
2020-08-08 15:41:44 +02:00

5 lines
131 B
Ruby

module Search
class ListingAuthorSerializer < ApplicationSerializer
attributes :username, :name, :profile_image_90
end
end