From 98aa588670539dd7ee5720973f5c16f03af245da Mon Sep 17 00:00:00 2001 From: mo khan Date: Sun, 12 Jan 2025 19:49:28 -0700 Subject: initial commit --- projects/3/example/app/controllers/application_controller.rb | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 projects/3/example/app/controllers/application_controller.rb (limited to 'projects/3/example/app/controllers/application_controller.rb') diff --git a/projects/3/example/app/controllers/application_controller.rb b/projects/3/example/app/controllers/application_controller.rb new file mode 100644 index 0000000..0d95db2 --- /dev/null +++ b/projects/3/example/app/controllers/application_controller.rb @@ -0,0 +1,4 @@ +class ApplicationController < ActionController::Base + # Only allow modern browsers supporting webp images, web push, badges, import maps, CSS nesting, and CSS :has. + allow_browser versions: :modern +end -- cgit v1.2.3