about summary refs log tree commit diff stats
path: root/config/routes.rb
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2023-10-30 14:34:22 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2023-10-30 14:34:22 -0400
commite9f3ed0795b1827472337e9bd0b108dec8d7cdea (patch)
tree4956a4c359e3840c068f2c8625812bd2efd864ab /config/routes.rb
parent94e2fa2ac32a88dfd802653f30f536c45845159b (diff)
downloadthoughts-e9f3ed0795b1827472337e9bd0b108dec8d7cdea.tar.gz
thoughts-e9f3ed0795b1827472337e9bd0b108dec8d7cdea.tar.bz2
thoughts-e9f3ed0795b1827472337e9bd0b108dec8d7cdea.zip
Installed Wittle
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 1671d54..81b5de2 100644 --- a/config/routes.rb +++ b/config/routes.rb
@@ -83,4 +83,5 @@ Rails.application.routes.draw do
83 83
84 mount Pokeviewer::Engine => '/poke3' 84 mount Pokeviewer::Engine => '/poke3'
85 mount Lingo::Engine => '/lingo' 85 mount Lingo::Engine => '/lingo'
86 mount Wittle::Engine => '/wittle'
86end 87end