about summary refs log tree commit diff stats
path: root/config/routes.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb1
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'
42end 43end