diff options
Diffstat (limited to 'config/routes.rb')
-rw-r--r-- | config/routes.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index 240beae..f524cf1 100644 --- a/config/routes.rb +++ b/config/routes.rb | |||
@@ -39,4 +39,5 @@ Rails.application.routes.draw do | |||
39 | end | 39 | end |
40 | 40 | ||
41 | mount Pokeviewer::Engine => '/poke3' | 41 | mount Pokeviewer::Engine => '/poke3' |
42 | mount Lingo::Engine => '/lingo' | ||
42 | end | 43 | end |