mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 14:08:32 +08:00
DEV: Apply syntax_tree formatting to app/*
This commit is contained in:
@ -12,7 +12,12 @@ class AdminWebHookSerializer < ApplicationSerializer
|
||||
:web_hook_event_types
|
||||
|
||||
has_many :categories, serializer: BasicCategorySerializer, embed: :ids, include: false
|
||||
has_many :tags, key: :tag_names, serializer: TagSerializer, embed: :ids, embed_key: :name, include: false
|
||||
has_many :tags,
|
||||
key: :tag_names,
|
||||
serializer: TagSerializer,
|
||||
embed: :ids,
|
||||
embed_key: :name,
|
||||
include: false
|
||||
has_many :groups, serializer: BasicGroupSerializer, embed: :ids, include: false
|
||||
|
||||
def web_hook_event_types
|
||||
|
Reference in New Issue
Block a user