diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-28 16:38:07 -0400 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-28 16:38:07 -0400 |
| commit | cfc41eb3ccc99b92220115b0710fb821525e1075 (patch) | |
| tree | 6f7fa042a43647ea196bb2a9a86b3528e7eb740e /app/controllers | |
| parent | b496a29a7de381765f3c45ced9fa18f026b2e314 (diff) | |
| download | wittle-cfc41eb3ccc99b92220115b0710fb821525e1075.tar.gz wittle-cfc41eb3ccc99b92220115b0710fb821525e1075.tar.bz2 wittle-cfc41eb3ccc99b92220115b0710fb821525e1075.zip | |
generating a lot of puzzles
Diffstat (limited to 'app/controllers')
| -rw-r--r-- | app/controllers/wittle/puzzles_controller.rb | 1 |
1 files changed, 1 insertions, 0 deletions
| diff --git a/app/controllers/wittle/puzzles_controller.rb b/app/controllers/wittle/puzzles_controller.rb index e23b435..09a2524 100644 --- a/app/controllers/wittle/puzzles_controller.rb +++ b/app/controllers/wittle/puzzles_controller.rb | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | module Wittle | 1 | module Wittle |
| 2 | class PuzzlesController < ApplicationController | 2 | class PuzzlesController < ApplicationController |
| 3 | def index | 3 | def index |
| 4 | @puzzle = WittleGenerator.new.generate_medium | ||
| 4 | end | 5 | end |
| 5 | end | 6 | end |
| 6 | end | 7 | end |
