mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Apply syntax_tree formatting to app/*
This commit is contained in:
@@ -3,13 +3,7 @@
|
||||
class GroupUserSerializer < BasicUserSerializer
|
||||
include UserPrimaryGroupMixin
|
||||
|
||||
attributes :name,
|
||||
:title,
|
||||
:last_posted_at,
|
||||
:last_seen_at,
|
||||
:added_at,
|
||||
:timezone,
|
||||
:status
|
||||
attributes :name, :title, :last_posted_at, :last_seen_at, :added_at, :timezone, :status
|
||||
|
||||
def timezone
|
||||
user.user_option.timezone
|
||||
|
||||
Reference in New Issue
Block a user