7 lines
148 B
Ruby
7 lines
148 B
Ruby
class ApplicationController < ActionController::Base
|
|
include Authentication
|
|
|
|
stale_when_importmap_changes
|
|
allow_browser versions: :modern
|
|
end
|