mirror of
https://github.com/mastodon/mastodon.git
synced 2025-05-07 04:06:13 +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
|