mirror of
https://github.com/discourse/discourse.git
synced 2025-09-08 12:06:51 +08:00
3 lines
124 B
Ruby
3 lines
124 B
Ruby
class PrimaryGroupSerializer < ApplicationSerializer
|
|
attributes :id, :name, :flair_url, :flair_bg_color, :flair_color
|
|
end
|