From d09db2d6d0727faba8e5078900f2fbd1e18ea49f Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Fri, 27 Oct 2023 23:51:23 -0400 Subject: it's an engine now! --- test/dummy/config/routes.rb | 3 +++ 1 file changed, 3 insertions(+) create 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 new file mode 100644 index 0000000..2e69726 --- /dev/null +++ b/test/dummy/config/routes.rb @@ -0,0 +1,3 @@ +Rails.application.routes.draw do + mount Wittle::Engine => "/wittle" +end -- cgit 1.4.1