From 682488dc179cfe1ae8d6649e4b711533a8abfdda Mon Sep 17 00:00:00 2001 From: David Gay Date: Sat, 13 Apr 2024 19:24:03 -0400 Subject: rails new --asset-pipeline=propshaft --skip-jbuilder --skip-action-mailer --skip-action-mailbox -d postgresql --- app/controllers/application_controller.rb | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 app/controllers/application_controller.rb (limited to 'app/controllers/application_controller.rb') diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb new file mode 100644 index 0000000..09705d1 --- /dev/null +++ b/app/controllers/application_controller.rb @@ -0,0 +1,2 @@ +class ApplicationController < ActionController::Base +end -- cgit v1.2.3