diff options
Diffstat (limited to 'config/routes.rb')
-rw-r--r-- | config/routes.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb index 81b5de2..89520c0 100644 --- a/config/routes.rb +++ b/config/routes.rb | |||
@@ -82,6 +82,5 @@ Rails.application.routes.draw do | |||
82 | end | 82 | end |
83 | 83 | ||
84 | mount Pokeviewer::Engine => '/poke3' | 84 | mount Pokeviewer::Engine => '/poke3' |
85 | mount Lingo::Engine => '/lingo' | ||
86 | mount Wittle::Engine => '/wittle' | 85 | mount Wittle::Engine => '/wittle' |
87 | end | 86 | end |