988b20a36d
The collections/{entropy,publications,workflows} controllers all
respond via turbo stream, and now also provide a flash message.
7 lines
222 B
Ruby
7 lines
222 B
Ruby
class ApplicationController < ActionController::Base
|
|
include Authentication, CurrentRequest, CurrentTimezone, SetPlatform, TurboFlash, WriterAffinity
|
|
|
|
stale_when_importmap_changes
|
|
allow_browser versions: :modern
|
|
end
|