mirror of
https://github.com/discourse/discourse.git
synced 2025-06-05 13:36:00 +08:00
DEV: Apply syntax_tree formatting to app/*
This commit is contained in:
@ -1,11 +1,7 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class BasicGroupHistorySerializer < ApplicationSerializer
|
||||
attributes :action,
|
||||
:subject,
|
||||
:prev_value,
|
||||
:new_value,
|
||||
:created_at
|
||||
attributes :action, :subject, :prev_value, :new_value, :created_at
|
||||
|
||||
has_one :acting_user, embed: :objects, serializer: BasicUserSerializer
|
||||
has_one :target_user, embed: :objects, serializer: BasicUserSerializer
|
||||
|
Reference in New Issue
Block a user