class ApplicationController < ActionController::Base around_action :tag_log private def flash_stream = turbo_stream.replace(:notification, partial: 'layouts/notification') def tag_log(&) = SemanticLogger.tagged(session[:toto1], &) end