b177f92ec1
View transitions don't play great with page refreshes as they can make those very noticeable
7 lines
317 B
Ruby
7 lines
317 B
Ruby
class ApplicationController < ActionController::Base
|
|
include Authentication, Authorization, CurrentRequest, CurrentTimezone, SetPlatform, TurboFlash, ViewTransitions, WriterAffinity
|
|
|
|
stale_when_importmap_changes
|
|
allow_browser versions: :modern, block: -> { render "errors/not_acceptable", layout: "error" }
|
|
end
|