93c3730ec9
Broken in 84b8bb0a
7 lines
285 B
Ruby
7 lines
285 B
Ruby
class ApplicationController < ActionController::Base
|
|
include Authentication, CurrentRequest, CurrentTimezone, SetPlatform, TurboFlash, WriterAffinity
|
|
|
|
stale_when_importmap_changes
|
|
allow_browser versions: :modern, block: -> { render "errors/not_acceptable", layout: "error" }
|
|
end
|