summaryrefslogtreecommitdiff
path: root/projects/3/example/app/controllers
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-01-13 22:47:09 -0700
committermo khan <mo@mokhan.ca>2025-01-13 22:47:09 -0700
commit3b7cc65e3fe5e66dcf77bee4045d9f5c7ce0f846 (patch)
tree6f34bf45733c4536509689e8ed663b2c83a3087b /projects/3/example/app/controllers
parente4cb765cd6a9b5932122a72ca4b142649858c37e (diff)
Split sql files
Diffstat (limited to 'projects/3/example/app/controllers')
-rw-r--r--projects/3/example/app/controllers/application_controller.rb4
-rw-r--r--projects/3/example/app/controllers/concerns/.keep0
2 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
diff --git a/projects/3/example/app/controllers/concerns/.keep b/projects/3/example/app/controllers/concerns/.keep
deleted file mode 100644
index e69de29..0000000
--- a/projects/3/example/app/controllers/concerns/.keep
+++ /dev/null