diff options
Diffstat (limited to 'config/routes.rb')
-rw-r--r-- | config/routes.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb index 346315e..3a93d2a 100644 --- a/config/routes.rb +++ b/config/routes.rb | |||
@@ -1,4 +1,4 @@ | |||
1 | Wittle::Engine.routes.draw do | 1 | Rails.application.routes.draw do |
2 | root to: 'puzzles#about' | 2 | root to: 'puzzles#about' |
3 | get 'archive' => 'puzzles#index' | 3 | get 'archive' => 'puzzles#index' |
4 | get ':id' => 'puzzles#show', as: 'puzzle' | 4 | get ':id' => 'puzzles#show', as: 'puzzle' |