app.kluk.fr/app/controllers/application_controller.rb
2026-01-12 15:52:27 +01:00

5 lines
231 B
Ruby

class ApplicationController < ActionController::Base
include Authentication
# Only allow modern browsers supporting webp images, web push, badges, import maps, CSS nesting, and CSS :has.
# allow_browser versions: :modern
end