mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 21:48:04 +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
|