7 lines
210 B
Ruby
7 lines
210 B
Ruby
class ApplicationController < ActionController::Base
|
|
include Authentication, CurrentRequest, CurrentTimezone, SetPlatform, WriterAffinity
|
|
|
|
stale_when_importmap_changes
|
|
allow_browser versions: :modern
|
|
end
|