From d09db2d6d0727faba8e5078900f2fbd1e18ea49f Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Fri, 27 Oct 2023 23:51:23 -0400 Subject: it's an engine now! --- app/controllers/concerns/.keep | 0 app/controllers/wittle/application_controller.rb | 4 ++++ 2 files changed, 4 insertions(+) create mode 100644 app/controllers/concerns/.keep create mode 100644 app/controllers/wittle/application_controller.rb (limited to 'app/controllers') diff --git a/app/controllers/concerns/.keep b/app/controllers/concerns/.keep new file mode 100644 index 0000000..e69de29 diff --git a/app/controllers/wittle/application_controller.rb b/app/controllers/wittle/application_controller.rb new file mode 100644 index 0000000..252a28e --- /dev/null +++ b/app/controllers/wittle/application_controller.rb @@ -0,0 +1,4 @@ +module Wittle + class ApplicationController < ActionController::Base + end +end -- cgit 1.4.1