mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-02 19:28:42 +08:00
5 lines
112 B
Ruby
5 lines
112 B
Ruby
# frozen_string_literal: true
|
|
|
|
class PosterSerializer < BasicUserSerializer
|
|
include UserPrimaryGroupMixin
|
|
end
|