mirror of
https://github.com/discourse/discourse.git
synced 2026-07-30 08:08:20 -05:00
4 lines
121 B
Ruby
4 lines
121 B
Ruby
class AdminBadgeSerializer < BadgeSerializer
|
|
attributes :query, :trigger, :target_posts, :auto_revoke, :show_posts
|
|
end
|