From 56f5841d4b9c12296cdfcaeff174b2627d59afc8 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sat, 7 Dec 2024 11:49:49 -0500 Subject: Migrate to full rails app --- test/dummy/config/routes.rb | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 test/dummy/config/routes.rb (limited to 'test/dummy/config/routes.rb') diff --git a/test/dummy/config/routes.rb b/test/dummy/config/routes.rb deleted file mode 100644 index fa95f7e..0000000 --- a/test/dummy/config/routes.rb +++ /dev/null @@ -1,3 +0,0 @@ -Rails.application.routes.draw do - mount Pokeviewer::Engine => "/pokeviewer" -end -- cgit 1.4.1