mirror of
https://github.com/discourse/discourse.git
synced 2025-02-01 00:24:18 +08:00
4 lines
124 B
Ruby
4 lines
124 B
Ruby
|
class PrimaryGroupSerializer < ApplicationSerializer
|
||
|
attributes :id, :name, :flair_url, :flair_bg_color, :flair_color
|
||
|
end
|