summaryrefslogtreecommitdiff
path: root/projects/3/example/app/controllers/application_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'projects/3/example/app/controllers/application_controller.rb')
-rw-r--r--projects/3/example/app/controllers/application_controller.rb4
1 files changed, 0 insertions, 4 deletions
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