mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-04 15:03:28 +08:00
5 lines
139 B
Ruby
5 lines
139 B
Ruby
# frozen_string_literal: true
|
|
|
|
class AssociatedGroupSerializer < ApplicationSerializer
|
|
attributes :id, :name, :provider_name, :label
|
|
end
|