From 690b956f1cc0c34f044a289b6da277204b6582f1 Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Wed, 10 Sep 2025 15:20:58 +0530 Subject: [PATCH] fix: SessionManagable not included --- app/models/user.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/models/user.rb b/app/models/user.rb index e0440a67c..aaf2e13d5 100644 --- a/app/models/user.rb +++ b/app/models/user.rb @@ -47,6 +47,7 @@ class User < ApplicationRecord include Pubsubable include Rails.application.routes.url_helpers include Reportable + include SessionManageable include SsoAuthenticatable include UserAttributeHelpers