mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 12:13:58 -06:00
6 lines
144 B
Ruby
6 lines
144 B
Ruby
|
class CategoryFeaturedUsersSerializer < CategorySerializer
|
||
|
|
||
|
has_many :featured_users, serializer: BasicUserSerializer, embed: :objects
|
||
|
|
||
|
end
|