From 41edfae2b5a0ef9d64618daf57a71a94b70ac078 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanko=20Krtali=C4=87?= Date: Thu, 28 Aug 2025 11:07:56 +0200 Subject: [PATCH] Alphabetically order concerns (#992) --- app/models/user.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/models/user.rb b/app/models/user.rb index af3ff9315..6c2cc14b8 100644 --- a/app/models/user.rb +++ b/app/models/user.rb @@ -1,6 +1,6 @@ class User < ApplicationRecord - include Accessor, Attachable, Assignee, Mentionable, Named, Role, Searcher, - SignalUser, Staff, Transferable, Conversational, AiQuota + include Accessor, AiQuota, Assignee, Attachable, Mentionable, Named, Role, + Searcher, SignalUser, Staff, Transferable, Conversational include Timelined # Depends on Accessor has_one_attached :avatar