mirror of
https://github.com/mastodon/mastodon.git
synced 2026-04-25 07:56:08 -05:00
6 lines
139 B
Ruby
6 lines
139 B
Ruby
# frozen_string_literal: true
|
|
|
|
class Search < ActiveModelSerializers::Model
|
|
attributes :accounts, :statuses, :hashtags, :collections
|
|
end
|