mirror of
https://github.com/glitch-soc/mastodon
synced 2025-04-24 15:24:51 +00:00
5 lines
159 B
Ruby
5 lines
159 B
Ruby
# frozen_string_literal: true
|
|
|
|
class REST::QuoteSerializer < REST::BaseQuoteSerializer
|
|
has_one :quoted_status, serializer: REST::ShallowStatusSerializer
|
|
end
|