mirror of
https://github.com/discourse/discourse.git
synced 2026-08-13 06:25:11 -05:00
FEATURE: you can not drill down and see why you have badges
Clicking on badges filters down the list to a particular user.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
class UserBadgesSerializer < ApplicationSerializer
|
||||
has_many :user_badges, embed: :objects
|
||||
attributes :grant_count, :username
|
||||
end
|
||||
Reference in New Issue
Block a user