Introduce turbo_stream_flash helper and use it for collection edit

The collections/{entropy,publications,workflows} controllers all
respond via turbo stream, and now also provide a flash message.
This commit is contained in:
Mike Dalessio
2025-08-07 14:14:18 -04:00
parent a8a8a46efa
commit 988b20a36d
6 changed files with 24 additions and 6 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
class ApplicationController < ActionController::Base
include Authentication, CurrentRequest, CurrentTimezone, SetPlatform, WriterAffinity
include Authentication, CurrentRequest, CurrentTimezone, SetPlatform, TurboFlash, WriterAffinity
stale_when_importmap_changes
allow_browser versions: :modern