mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 02:09:54 +08:00
8 lines
169 B
Ruby
8 lines
169 B
Ruby
class AdminBadgeSerializer < BadgeSerializer
|
|
attributes :query, :trigger, :target_posts, :auto_revoke, :show_posts
|
|
|
|
def include_long_description?
|
|
true
|
|
end
|
|
end
|