5 lines
139 B
Ruby
5 lines
139 B
Ruby
module Search
|
|
class NestedUserSerializer < ApplicationSerializer
|
|
attributes :id, :name, :pro, :profile_image_90, :username
|
|
end
|
|
end
|