From b496a29a7de381765f3c45ced9fa18f026b2e314 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sat, 28 Oct 2023 00:16:07 -0400 Subject: serve --- app/controllers/wittle/puzzles_controller.rb | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 app/controllers/wittle/puzzles_controller.rb (limited to 'app/controllers') diff --git a/app/controllers/wittle/puzzles_controller.rb b/app/controllers/wittle/puzzles_controller.rb new file mode 100644 index 0000000..e23b435 --- /dev/null +++ b/app/controllers/wittle/puzzles_controller.rb @@ -0,0 +1,6 @@ +module Wittle + class PuzzlesController < ApplicationController + def index + end + end +end -- cgit 1.4.1