mirror of
https://github.com/mastodon/mastodon.git
synced 2025-09-05 17:31:12 +00:00
6 lines
159 B
Ruby
6 lines
159 B
Ruby
# frozen_string_literal: true
|
|
|
|
class REST::QuoteSerializer < REST::BaseQuoteSerializer
|
|
has_one :quoted_status, serializer: REST::ShallowStatusSerializer
|
|
end
|