This was moved to the gem already by Mike

This commit is contained in:
Jorge Manrubia
2025-11-26 17:37:47 +01:00
parent 762c45de5d
commit 1083f715a8
-7
View File
@@ -1,7 +0,0 @@
ActiveSupport.on_load(:action_controller_base) do
before_action do
if Current.account.present?
logger.try(:struct, account: { queenbee_id: Current.account.external_account_id })
end
end
end