From 3b7cc65e3fe5e66dcf77bee4045d9f5c7ce0f846 Mon Sep 17 00:00:00 2001 From: mo khan Date: Mon, 13 Jan 2025 22:47:09 -0700 Subject: Split sql files --- projects/3/example/app/controllers/application_controller.rb | 4 ---- 1 file changed, 4 deletions(-) delete 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 deleted file mode 100644 index 0d95db2..0000000 --- a/projects/3/example/app/controllers/application_controller.rb +++ /dev/null @@ -1,4 +0,0 @@ -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