4 lines
96 B
Ruby
4 lines
96 B
Ruby
|
class BadgeGroupingSerializer < ApplicationSerializer
|
||
|
attributes :id, :name, :description
|
||
|
end
|