9f117159a6
and clean up some other small remaining "plan b" to-dos.
8 lines
208 B
Ruby
8 lines
208 B
Ruby
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
|