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:
Sam
2016-01-18 17:59:20 +11:00
parent a055c37939
commit ca3e2b4da3
17 changed files with 188 additions and 27 deletions
@@ -0,0 +1,4 @@
class UserBadgesSerializer < ApplicationSerializer
has_many :user_badges, embed: :objects
attributes :grant_count, :username
end