Added groups to search results

This commit is contained in:
mgabdev
2020-01-14 18:13:30 -05:00
parent 3126ba8b3c
commit 81b2c009a1
5 changed files with 13 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
# frozen_string_literal: true
class Search < ActiveModelSerializers::Model
attributes :accounts, :statuses, :hashtags
attributes :accounts, :statuses, :hashtags, :groups
end