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