diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-28 00:16:07 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-28 00:16:07 -0400 |
commit | b496a29a7de381765f3c45ced9fa18f026b2e314 (patch) | |
tree | 34f6558ffed34b0ec922c90e6407d165e9256b59 /app/controllers | |
parent | d09db2d6d0727faba8e5078900f2fbd1e18ea49f (diff) | |
download | wittle-b496a29a7de381765f3c45ced9fa18f026b2e314.tar.gz wittle-b496a29a7de381765f3c45ced9fa18f026b2e314.tar.bz2 wittle-b496a29a7de381765f3c45ced9fa18f026b2e314.zip |
serve
Diffstat (limited to 'app/controllers')
-rw-r--r-- | app/controllers/wittle/puzzles_controller.rb | 6 |
1 files changed, 6 insertions, 0 deletions
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 @@ | |||
1 | module Wittle | ||
2 | class PuzzlesController < ApplicationController | ||
3 | def index | ||
4 | end | ||
5 | end | ||
6 | end | ||