mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
c8284170ad
FIX: not loading more badges on badge show page
3 lines
107 B
Ruby
3 lines
107 B
Ruby
class BadgeGroupingSerializer < ApplicationSerializer
|
|
attributes :id, :name, :description, :position
|
|
end
|