From 5e62e771bf14f58dd1622d2e3631309caa201349 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sat, 16 Sep 2017 18:46:55 -0400 Subject: Initial commit --- 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..fa95f7e --- /dev/null +++ b/test/dummy/config/routes.rb @@ -0,0 +1,3 @@ +Rails.application.routes.draw do + mount Pokeviewer::Engine => "/pokeviewer" +end -- cgit 1.4.1