class ApplicationController < ActionController::Base include Authentication include Authorization include CurrentRequest, CurrentTimezone, SetPlatform include RequestForgeryProtection include TurboFlash, ViewTransitions include Saas include RoutingHeaders etag { "v1" } stale_when_importmap_changes allow_browser versions: :modern end