about summary refs log tree commit diff stats
path: root/config/routes.rb
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2023-11-29 23:26:37 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2023-11-29 23:26:37 -0500
commita4354788674b1d4d35d66b49c7953454b9f10a71 (patch)
treec7d015f768c2438254c65db09d841791e363e3b0 /config/routes.rb
parente9f469057767eb828db22c5e3d869550593b47ca (diff)
downloadthoughts-a4354788674b1d4d35d66b49c7953454b9f10a71.tar.gz
thoughts-a4354788674b1d4d35d66b49c7953454b9f10a71.tar.bz2
thoughts-a4354788674b1d4d35d66b49c7953454b9f10a71.zip
Unmount Lingo engine
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb1
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'
87end 86end