From 0380a97230023a78ad08b738c4520e901485ed63 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sat, 10 Dec 2022 09:29:30 -0500 Subject: Added Rails engine for scoreboard refs #13 --- rails/test/dummy/config/routes.rb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 rails/test/dummy/config/routes.rb (limited to 'rails/test/dummy/config/routes.rb') diff --git a/rails/test/dummy/config/routes.rb b/rails/test/dummy/config/routes.rb new file mode 100644 index 0000000..923b40f --- /dev/null +++ b/rails/test/dummy/config/routes.rb @@ -0,0 +1,3 @@ +Rails.application.routes.draw do + mount Lingo::Engine => "/lingo" +end -- cgit 1.4.1