about summary refs log tree commit diff
path: root/app/models/search.rb
blob: 676c2a7f8e881f1c4fa7db71453d536330119cba (plain) (blame)
1
2
3
4
5
# frozen_string_literal: true

class Search < ActiveModelSerializers::Model
  attributes :accounts, :statuses, :hashtags
end