diff options
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 | ||
